EDSR-Tensorflow
EDSR-Tensorflow copied to clipboard
test error
when i test only one image using your trained model,something wrong at
Predicting...
Traceback (most recent call last):
File "test.py", line 29, in
you can use: inputs = np.expand_dims(inputs, 0) outputs = network.predict(inputs)
to make the shape of inputs is [1, h, w, 3]
feed_dict={self.input:x})
|
|
after--->feed_dict={self.input:[x]})