-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Error 403 while downloading resnest101 pretrained model #153
Comments
Hi, sorry about that. Wasabi cloud has a rule of limited downloading volume. I am looking for other solutions |
Hi @essalim , could you download the model weights from https://dl.dropboxusercontent.com/s/x5qr07zpl9pxufw/resnest101-22405ba7.pth?dl=0 |
thank you @zhanghang1989 I used your link for downlaod :) |
Hi @zhanghang1989 , I wanted to do some experiments by using all versions of resnest. Can you share the other checkpoints also, please? |
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! |
Can you please provide the link for resnest50 as well? |
The model access has been fixed. Try following the README to get pretrained models. |
timm pretrained resnest weights @harveenchadha |
The model access has been fixed. Could you reinstall the newest version of the code? |
This is still an issue, even with the newest version of the code. |
I'm also getting 403 error. |
Did you reinstall the library? |
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?
The text was updated successfully, but these errors were encountered: