SRGAN-tensorflow icon indicating copy to clipboard operation
SRGAN-tensorflow copied to clipboard

Can not run test or inference

Open leonwyang opened this issue 7 years ago • 1 comments

Hi!

I tried both on cpu and gpu for test_SRGAN.sh and inference_SRGAN.sh, but it is frozen at the step starting to evaluate, in which the data would be fed to the generator and output the results. I took forever to run a single pass of the generator and I have to kill it before it run out my computer memory.

I am using amazon AWS deep learning AMI version 4, p2.xlarge instance. Tensorflow version is 1.5.0. I tried both on python 2.7 and python 3.6.

The memory usage of the process on my instance(61GB mem total) keeps growing and and I can not even make a single pass for one single test_image(I used the test_image in the repo).......

leonwyang avatar Feb 22 '18 01:02 leonwyang

try to change the image you use , or use the original image from the ./data/test_LR

AIMan-Zzx avatar May 23 '19 05:05 AIMan-Zzx