Skip to content
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

pretrained_resnet HTTP Error 403: rate limit exceeded #4

Open
ruotianluo opened this issue Jul 13, 2021 · 8 comments
Open

pretrained_resnet HTTP Error 403: rate limit exceeded #4

ruotianluo opened this issue Jul 13, 2021 · 8 comments

Comments

@ruotianluo
Copy link

pretrained_resnest works.

@ruotianluo
Copy link
Author

fixed by directly feeding state_dict

@n2cholas n2cholas reopened this Jul 16, 2021
@ruotianluo
Copy link
Author

I think it is because v0.6.0 is somewhat abandoned.

@n2cholas
Copy link
Owner

Thanks for reporting this! This is an issue on the PyTorch side, as I get the same error with:

import torch
model = torch.hub.load('pytorch/vision:v0.9.0', 'resnet18', pretrained=True)

I opened an issue with PyTorch (pytorch/pytorch#61755) and will keep this issue open until that's resolved.

@ruotianluo
Copy link
Author

I think it works without the version number.

@n2cholas
Copy link
Owner

I still get the same error on Colab with:

import torch
model = torch.hub.load('pytorch/vision', 'resnet18', pretrained=True)

@ruotianluo
Copy link
Author

Interesting, I guess their server is broken. It worked for me yesterday.

@n2cholas
Copy link
Owner

The issue is being tracked here: pytorch/vision#4156

@n2cholas
Copy link
Owner

@ruotianluo the issue is temporarily fixed via 43f4119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants