pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

RuntimeError: invalid hash value

Open HYB777 opened this issue 6 years ago • 3 comments

RuntimeError: invalid hash value (expected "ce0d4300", got "a0a8c5ad919066a582f73746eb7f2ee742e282baab9130860ca03fe1f17ead75")

the code I used was

model = pretrainedmodels.dict['se_resnet50'](num_classes=1000, pretrained='imagenet')

HYB777 avatar Mar 14 '19 09:03 HYB777

I don't not what happened, I tried it again and it's OK

HYB777 avatar Mar 17 '19 07:03 HYB777

I also encounter this problem.Maybe there's something wrong with the server.

Ziwen-He avatar Apr 10 '19 04:04 Ziwen-He

I met the same problem. How did you solve it,

kungkook avatar Mar 29 '20 11:03 kungkook