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
import torch
model = torch.hub.load('facebookresearch/pytorchvideo', model='mvit_base_16x4', pretrained=True)
it works with my previous copy of ~/.cache/torch/hub/facebookresearch_pytorchvideo_main/
the issue happens when I use the latest pytorchvideo
The text was updated successfully, but these errors were encountered:
jaelgu
changed the title
Mismatched keys for mvit model and its pretrained weights.
Keys for mvit model and its pretrained weights are not matched.
May 26, 2022
Fail to load pretrained mvit model:
~/.cache/torch/hub/facebookresearch_pytorchvideo_main/
The text was updated successfully, but these errors were encountered: