brade31919 / SRGAN-tensorflow

Tensorflow implementation of the SRGAN algorithm for single image super-resolution
MIT License
848 stars 282 forks source link

i had some headache,for help -_- #59

Open lindermanfire opened 5 years ago

lindermanfire commented 5 years ago

just like in this picture i had troubled with win10 operator system,i run the program with git bash in win10 and i could use MSE to run srresnet and srgan,but i can't use vgg54.Then i find the way to solve it in issues that put 'scope+'vgg_19/conv5/conv5_4' 'to 'vgg_19/conv5/conv5_4' but i had faced another problem that i could't make it ......... is this problem caused by win10 operator system,it really bother me? 20190506_042719

c2karansingh commented 5 years ago

Screenshot (197) I am getting the following error while training using SRGAN MSE, can you please help me ? @lindermanfire

lindermanfire commented 5 years ago

Screenshot (197) I am getting the following error while training using SRGAN MSE, can you please help me ? @lindermanfire

what's your cuda、cudnn&tensorflow-gpu version?I didn't meet this problem and I installed the cuda9.1+cudnn7.1.4+tensorflow-gpu 1.8 ,then trained the net according to what the writer said

c2karansingh commented 5 years ago

@lindermanfire It was probably a version error for me. installed your versions and everything worked properly.

Going back to your issue, have you tried re-downloading the vgg19 ckpt file? have you changed anything in the code?