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
This happens in the last bottleneck only, where depth and channels are both the same and stride is not set (so defaults to 1), right?
As far as I know it's only a single occurrence in the model and maybe libtorch automatically optimises for it.
Otherwise, try:
In the Bottleneck_IR_SE , the shortcut layer of Maxpool is always with kernel=1 and stride=1. So the layer is useless.
Am I missing something?
The text was updated successfully, but these errors were encountered: