input size mismatch in maxpool
显示 更早的评论
The error is showing for maxpool input size from conv. layer. how to fix it
回答(1 个)
Sahil Jain
2021-12-22
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning HDL Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!