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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the RegNet paper (https://arxiv.org/pdf/2003.13678.pdf), Fig 4b shows that (in the downsampling block):
However, in
timm
, it seems that the change in number of channels happens at the conv1x1 instead: https://github.com/rwightman/pytorch-image-models/blob/715519a5eff9046e40958b4c222e0e96f75014e9/timm/models/regnet.py#L143Is there a reason for implementing it this way? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions