input size mismatch in maxpool
2 views (last 30 days)
Show older comments
The error is showing for maxpool input size from conv. layer. how to fix it
0 Comments
Answers (1)
Sahil Jain
on 22 Dec 2021
Hi Arijit. The issue here is that you are trying to apply a 4x4 maxpool operation to a 1x1 feature map. I would suggest re-evaluating your network architecture and making sure the input size is defined correctly.
0 Comments
See Also
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!