How do they work?
The filter finds the maximum duh.
When to use them?
To find spikes, abnormalities. Good for edge detection. Use in early layers.
Implementation
torch.nn.MaxPool2d(kernel_size=2)
The filter finds the maximum duh.
To find spikes, abnormalities. Good for edge detection. Use in early layers.
torch.nn.MaxPool2d(kernel_size=2)