facebookresearch / dino

PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
Apache License 2.0
6.38k stars 910 forks source link

Checkpoints not downloadable #192

Open ferreirafabio opened 2 years ago

ferreirafabio commented 2 years ago

Dear authors,

thanks a lot for the great work! I have noticed that your checkpoints cannot be downloaded. Would be great if you could make them available again:

Screenshot 2022-04-19 at 15 48 22

woctezuma commented 2 years ago

No problem here, e.g. for:

https://dl.fbaipublicfiles.com/dino/dino_deitsmall16_pretrain/dino_deitsmall16_pretrain.pth

or:

https://dl.fbaipublicfiles.com/dino/dino_xcit_small_12_p16_pretrain/dino_xcit_small_12_p16_pretrain.pth
davidmezzetti commented 2 years ago

This seems to be intermittent but recurring. This has been mentioned in the following issues:

https://github.com/facebookresearch/detectron2/issues/4165 https://github.com/facebookresearch/demucs/issues/321 https://github.com/facebookresearch/fastText/issues/1269

calebho commented 2 years ago

I'm in the midst of migrating some stuff on the backend and it seems I misconfigured something. This misconfiguration should be fixed since yesterday. Apologies for the inconvenience