grouped convolution1 [ CNN ] 2. Grouped convolution - PyTorch Code Grouped convolution - PyTorch Code Standard vs. grouped convolutions: (a) In a standard convolution S, each filter is convolved with all of the input's channels; (b) In a grouped convolution with two groups G(2), half of the filters are applied to each half of the input for a 2× reduction in parameters used. More generally, a grouped convolution with g groups uses g× fewer parameters. Input Chan.. 2021. 8. 11. 이전 1 다음