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

R50+ViT-B/16 hybrid model ? #2

Open
GuHongyang opened this issue Dec 10, 2020 · 2 comments
Open

R50+ViT-B/16 hybrid model ? #2

GuHongyang opened this issue Dec 10, 2020 · 2 comments

Comments

@GuHongyang
Copy link

I found that Google has updated the R50+ViT-B/16 hybrid model. Can the pytorch version also be updated?

@tczhangzhi
Copy link

tczhangzhi commented Feb 16, 2021

We have provided the PyTorch version of the code and pre-trained model in https://github.com/tczhangzhi/VisionTransformer-Pytorch. If the authors have no other plans, we are glad to make PR to this repo. You can currently use R50+ViT-B in the following ways:

from vision_transformer_pytorch import VisionTransformer

net = VisionTransformer.from_pretrained('R50+ViT-B_16')

@christy-yuan-li
Copy link
Collaborator

Thank you! Could you make a PR to the repo?

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

3 participants