SRGAN
SRGAN copied to clipboard
vgg link
This is the link for the pre-trained vgg19:
and I am getting this error: [HTTP 404: Not found]
You can download vgg19 model from:https://github.com/tensorlayer/pretrained-models/tree/master/models Place the file in the directory /models.
@Laicheng0830 I have edited model_urls as you commented but it still returns same "Error 404"
@bittervirgin try downloading the vgg19 model from:https://github.com/tensorlayer/pretrained-models/tree/master/models
still the error is same.
No links are working. Is there any other way to get this pre-trained model like on google drive or?
solution: download vgg19.npy from here
place this downloaded model into "models" folder
comment the maybe_download line
@chirag-jethvaa I had such a hard time for a few hours because the error was not solved. But I solved it after seeing your solution. Thank you so much!
It worked for me when I downloaded the model from here