input size mismatch in maxpool
Mostra commenti meno recenti
The error is showing for maxpool input size from conv. layer. how to fix it
Risposte (1)
Sahil Jain
il 22 Dic 2021
0 voti
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.
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!