MadryLab / cifar10_challenge

A challenge to explore adversarial robustness of neural networks on CIFAR10.
MIT License
488 stars 133 forks source link

pretrained model link expired #30

Closed hank08tw closed 3 years ago

hank08tw commented 3 years ago

Can anyone provide new link to download pretrained model in fetch_model.py? I got urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable> when I run python fetch_model.py natural

dtsip commented 3 years ago

I am unable to reproduce this. Running the same thing on my side gives:

$ python fetch_model.py natural
Downloading models
SHA256 hash: 6af2addfc5bc75e3b16b8654c907a8dfaebeffc600871115460063ade1cd1ee7
Extracting model
Extracted model in models/

In any case, the direct download link for each model can be found in the fetch_model.py code (specifically here).