facebookresearch / swav

PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882
Other
1.99k stars 280 forks source link

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

Closed MikaData57 closed 2 years ago

MikaData57 commented 2 years ago

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?

mathildecaron31 commented 2 years ago

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') ?

https://github.com/facebookresearch/swav/commit/06b1b7cbaf6ba2a792300d79c7299db98b93b7f9