-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Can't get VGG: urllib.error.HTTPError: HTTP Error 404: Not Found #1099
Comments
You can download vgg19 model from:https://drive.google.com/file/d/1pZ0v-sLj-glfSx3Cssk_aBFRI8mF0hiq/view?usp=sharing |
@Laicheng0830 I downloaded the model but running |
Same issue here. |
@priyagupta18 Have you already solved the issue? |
vgg19 link :https://drive.google.com/file/d/1pZ0v-sLj-glfSx3Cssk_aBFRI8mF0hiq/view?usp=sharing |
Thank you so much! |
i am also facing same problem... and downloading vgg19 from the link and adding in directory won't help in kaggle. as it downloads the vgg19 model in output folder and it can't write or download it in input folder... |
I'm trying to run train.py for SRGAN code:
https://github.com/tensorlayer/SRGAN
And I have the error in the following line:
VGG = tl.models.vgg19(pretrained=True, end_with='pool4', mode='static')
Probably, it's because I have a firewall but I don't know how to get this model another way. Can I download the model using another computer and just copy the model to my computer? If yes, how to do it?
The full error is:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: