Other modules
MaxPoolChannels
- class MaxPoolChannels(kernel_size)[source]
Bases:
torch.nn.modules.module.ModuleModule that computes the maximum activation within each group of
kernel_sizeconsecutive channels.- Parameters
kernel_size (int) – the size of the group of channels the max is computed over