Tensorflow's ResNetV2 as timm model in Pytorch? #1315
Unanswered
lsecerovic
asked this question in
Q&A
Replies: 1 comment
-
@lsecerovic it is (or rather can be) the same thing, the timm resnetv2 was added to support the BiT weights (uses weight standardization) and also support the 'hybrid vit' models that used the same arch but in a non preactivation style. However, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the ResNetV2 model, as defined in tf, exist as a timm model in Pytorch?
TF implementation references Identity Mappings in Deep Residual Networks paper.
I've found
resnetv2_50
in timm, but it references some other papers(this, this and this), so it doesn't look like the same thing as in TF.Beta Was this translation helpful? Give feedback.
All reactions