Loading a pre-trained SwinV2 transformer and modifying the architecture #1843
Unanswered
SanaNazari
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a SwinV2 transformer model by loading pretrained weights and later modifying some Swin configurations, like the mlp ratio. Here is the sample class I am working on:
I get this error :
Is there a way that I could implement this using timm library?
Beta Was this translation helpful? Give feedback.
All reactions