You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Appian. Thanks for sharing the code. I have a question about model.avg_pool. You use nn.AdaptiveAvgPool2d(1) to make the feature map become 1x1, is that too small for the training process? I think that it may lose some information or details which are important to the classification task. Have you ever tried other size, for example 5x5 or 7x7? Thanks for answering.
The text was updated successfully, but these errors were encountered:
Hi, Appian. Thanks for sharing the code. I have a question about model.avg_pool. You use nn.AdaptiveAvgPool2d(1) to make the feature map become 1x1, is that too small for the training process? I think that it may lose some information or details which are important to the classification task. Have you ever tried other size, for example 5x5 or 7x7? Thanks for answering.
The text was updated successfully, but these errors were encountered: