Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swin transformer backbone #11

Open
zhenshen-mla opened this issue Nov 13, 2022 · 1 comment
Open

swin transformer backbone #11

zhenshen-mla opened this issue Nov 13, 2022 · 1 comment

Comments

@zhenshen-mla
Copy link

hi. Can I use Swin Transformer as a backbone instead of resnet50? If so, what changes should be made to the swin transformer(pretrained on imgnet22k) ?

@ZhangGongjie
Copy link
Owner

Sure you can replace resnet50 with Swin! The only thing to change is the backbone-related codes. You may consider to incorporate codes from https://github.com/microsoft/Swin-Transformer .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants