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
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')
I found that Google has updated the R50+ViT-B/16 hybrid model. Can the pytorch version also be updated?
The text was updated successfully, but these errors were encountered: