jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

test error #53

Open xiaoyi-st opened 3 years ago

xiaoyi-st commented 3 years ago

Traceback (most recent call last): File "/media/disk2/xieting/EDSR-Tensorflow-master/test.py", line 29, in inputs = x NameError: name 'x' is not defined

I feel that the data is not loaded, but I don’t know why