Hi @jeremy,
In nasnet.py the download url brings up a 404 for downloading the nasnet pretrained model.
pretrained_settings = {
'nasnetalarge': {
'imagenet': {
'url': 'http://webia.lip6.fr/~cadene/Downloads/pretrained-models.pytorch/nasnetalarge-dc8c1432.pth',
There was an update made and the new url is:
'url': 'http://data.lip6.fr/cadene/pretrainedmodels/nasnetalarge-a1897284.pth',