-
Notifications
You must be signed in to change notification settings - Fork 63
404 error when pulling model from hub #20
Comments
I have the same problem. Hope you can help to solve it. Looking forward to your reply! |
I have solved this problem. @saarimrahman The solution is: |
@Gao-JT we are facing the same problem. |
We are running the code on kaggle.com notebook |
I ended up resolving this by downloading the checkpoint for the model from this repo, and copying over the model instantiation & definition from here. Then once I instantiated the model, I loaded the weights using the checkpoint I downloaded. |
@naeem7789 Hello, my code ran on the desktop, which may be a little different from your situation. When you use the code 'torch.hub.load()' to create the pre-trained model, the folder ‘ ~/.cache/torch/hub/’ will be created automatically to store the downloaded files and the pre-trained model checkpoint. |
@Gao-JT , Thank you Sir , its working |
I'm trying to pull resnext101_32x48d with the following code:
but am receiving the following error
The text was updated successfully, but these errors were encountered: