input size mismatch in maxpool

The error is showing for maxpool input size from conv. layer. how to fix it

回答 (1 件)

Sahil Jain
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.

カテゴリ

質問済み:

2021 年 12 月 18 日

回答済み:

2021 年 12 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by