pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
RuntimeError: invalid hash value
RuntimeError: invalid hash value (expected "ce0d4300", got "a0a8c5ad919066a582f73746eb7f2ee742e282baab9130860ca03fe1f17ead75")
the code I used was
model = pretrainedmodels.dict['se_resnet50'](num_classes=1000, pretrained='imagenet')
I don't not what happened, I tried it again and it's OK
I also encounter this problem.Maybe there's something wrong with the server.
I met the same problem. How did you solve it,