ShiyuLiang / odin-pytorch

Principled Detection of Out-of-Distribution Examples in Neural Networks
201 stars 36 forks source link

Pre-trained WideResNet for CIFAR-100 Missing #2

Open TDeVries opened 7 years ago

TDeVries commented 7 years ago

Hello, thank you for providing all of this code for your experiments!

I was trying to download the pre-trained model weights for the WideResNets and it seems that both the CIFAR-10 version and the CIFAR-100 version lead to the same version (CIFAR-10). Is it possible to update the link so that it leads to the proper model?

Thanks!

igormq commented 6 years ago

I am facing the same problem too!

saandeepa93 commented 1 year ago

wget https://www.dropbox.com/s/uiye5nw0uj6ie53/wideresnet100.pth.tar.gz

run the above command and it should download the model. For some reason the link redirects back to resnet10 model instead.