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
For dropout: I believe the dropout layer should come after the ReLU layer rather than Conv2d
For shortcut: It seems a Conv2d layer is added when the stride is not 1, but why?
The text was updated successfully, but these errors were encountered:
For dropout: I believe the dropout layer should come after the ReLU layer rather than Conv2d
For shortcut: It seems a Conv2d layer is added when the stride is not 1, but why?
The text was updated successfully, but these errors were encountered: