facebookresearch / vissl

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
https://vissl.ai
MIT License
3.24k stars 330 forks source link

[BUG] NPID++ checkpoint link broken. #516

Closed YannDubs closed 2 years ago

YannDubs commented 2 years ago

Instructions To Reproduce the 🐛 Bug:

Click on the link from MODEL ZOO for NPID++

Output:

Screenshot 2022-02-09 at 20 10 08

Is the access restricted to FB employees?

QuentinDuval commented 2 years ago

Hi @YannDubs,

You are perfectly right, the link is broken. It's not a problem of permissions, I myself cannot access it and get the same error as you do.

So I uploaded the weights to a different address: https://dl.fbaipublicfiles.com/vissl/model_zoo/npid_pp/4node_800ep_32kneg_cosine_resnet_23_07_20.75432662/model_final_checkpoint_phase799.torch

Could you tell me if this works better? If so, I will update the MODEL_ZOO with this link.

Thank you, Quentin

YannDubs commented 2 years ago

Thanks @QuentinDuval, it works!

QuentinDuval commented 2 years ago

Excellent ! I will send a quick PR to fix this then :)

QuentinDuval commented 2 years ago

Fix committed fecffa819f6cc2f213dc8c045eea6a4a6c8d3591

YannDubs commented 2 years ago

@QuentinDuval the link for the rn50w2 version is also broken i.e. this url

YannDubs commented 1 year ago

@QuentinDuval the link for rn50w2 is still broken, I think the issue should be reopened.