ResNeSt icon indicating copy to clipboard operation
ResNeSt copied to clipboard

HTTP Error 403 while downloading resnest101 pretrained model

Open essalim opened this issue 3 years ago • 13 comments

Hello, while this used to work fine a couple of days ago, now it is giving HTTP Eroor 403: Forbidden.

from resnest.torch import resnest101 self.model = resnest101(pretrained=True)

any idea what could be the issue?

essalim avatar May 12 '21 03:05 essalim

Hi, sorry about that. Wasabi cloud has a rule of limited downloading volume. I am looking for other solutions

zhanghang1989 avatar May 12 '21 06:05 zhanghang1989

Hi @essalim , could you download the model weights from https://dl.dropboxusercontent.com/s/x5qr07zpl9pxufw/resnest101-22405ba7.pth?dl=0

zhanghang1989 avatar May 12 '21 06:05 zhanghang1989

thank you @zhanghang1989 I used your link for downlaod :)

essalim avatar May 12 '21 06:05 essalim

Hi @zhanghang1989 , I wanted to do some experiments by using all versions of resnest. Can you share the other checkpoints also, please?

cenkbircanoglu avatar May 12 '21 13:05 cenkbircanoglu

Hi @zhanghang1989, same request. I also want to do some experiments by using resnest-200 and 269. Can you please share the related checkpoints? Thx!

zs-zhong avatar May 13 '21 07:05 zs-zhong

Here are the links : https://drive.google.com/file/d/1uSSvy4V7ALjousc7Tqy3tlGH7nLUijhG/view?usp=sharing https://drive.google.com/file/d/1dwMhRiuz-E7je-gK0mEFrIXp33MU2_FP/view?usp=sharing

zhanghang1989 avatar May 13 '21 16:05 zhanghang1989

Can you please provide the link for resnest50 as well?

harveenchadha avatar May 19 '21 14:05 harveenchadha

Can you please provide the link for resnest50 as well?

The model access has been fixed. Try following the README to get pretrained models.

zhanghang1989 avatar May 19 '21 17:05 zhanghang1989

timm pretrained resnest weights @harveenchadha

https://www.kaggle.com/ar90ngas/timm-pretrained-resnest

JagadishSivakumar avatar May 29 '21 16:05 JagadishSivakumar

The model access has been fixed. Could you reinstall the newest version of the code?

zhanghang1989 avatar Jun 01 '21 01:06 zhanghang1989

This is still an issue, even with the newest version of the code.

brendanwallison avatar Aug 09 '21 01:08 brendanwallison

I'm also getting 403 error.

atamazian avatar Feb 16 '22 09:02 atamazian

Did you reinstall the library?

zhanghang1989 avatar Feb 20 '22 05:02 zhanghang1989