hendrycks / imagenet-r

ImageNet-R(endition) and DeepAugment (ICCV 2021)
MIT License
254 stars 18 forks source link

pretrained weights unavailable #2

Closed jmamath closed 3 years ago

jmamath commented 3 years ago

Dear authors,

Can you make the resnet-50 pretrained weights available ? Extracting fails in every case.

Thank you in advance.

hendrycks commented 3 years ago

There should be a downloadable torchvision model.

On Wed, Aug 25, 2021 at 4:17 AM Jean-Michel Amath Sarr < @.***> wrote:

Dear authors,

Can you make the resnet-50 pretrained weights available ? Extracting fails in every case.

Thank you in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hendrycks/imagenet-r/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZBITRDULHRD3RAL26G3FTT6TGMBANCNFSM5CY2VTQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

jmamath commented 3 years ago

Yes, there is a downloadable .tar file, but it seems to be corrupted. For instance I have tried to open the deepaugment.pth.tar file with ZIP extractor online, but also with WinRAR on Windows and Archive Utility on Mac OS. But the file seems to be corrupted.

hendrycks commented 3 years ago

You can load the file directly in pytorch without untarring.

On Thu, Aug 26, 2021 at 5:26 AM Jean-Michel Amath Sarr < @.***> wrote:

Yes, there is a downloadable .tar file, but it seems to be corrupted. For instance I have tried to open the deepaugment.pth.tar file with ZIP extractor online, but also with WinRAR on Windows and Archive Utility on Mac OS. But the file seems to be corrupted.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/hendrycks/imagenet-r/issues/2#issuecomment-906362006, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZBITUOR26L6RWC7C5DHPTT6YXF7ANCNFSM5CY2VTQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .