-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Load pre-trained Imagenet weights on Mvit #506
Comments
Hi @williamberrios, I could load the pre-trained weights with pytorch. |
Thank you @hanoonaR, however when I use that I see the following warning. I think that is not ok :'( |
@haooooooqi @feichtenhofer Even I am facing this issue. It seems that the checkpoint provided here is trained on another version of the SlowFast code. It will be great if you can update the checkpoint. |
Added a solution for facebookresearch#506
I got the same issue when loading the pretrained weights of K400 and K600. Do you know which commit these checkpoints are trained on? |
Hi all,
I was wondering if someone could load the pre-trained weights of Mvit from Imagenet? I haven't found any documentation in order to load it from .pyth.
Thank you in advance!!
The text was updated successfully, but these errors were encountered: