facebookresearch / swav

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

How can I load DeepCluster-v2? #104

Open keyuchen21 opened 2 years ago

keyuchen21 commented 2 years ago

I tired model = torch.hub.load('facebookresearch/deepcluster-v2', 'resnet50')

It gave a error of HTTPError: HTTP Error 404: Not Found

Could you help me out with this?