facebookresearch/swav

Error 404 on torch.hub.load('facebookresearch/swav', 'resnet50')

MikaData57 opened this issue · 1 comments

I am having a problem loading different zoo models with Torch.hub.load(). All tests return a 404 error. Have you ever encountered this problem?

We changed the name of the main branch of the repo (master -> main). Can you try again with:
model = torch.hub.load('facebookresearch/swav:main', 'resnet50') ?

06b1b7c