Skip to content
Snippets Groups Projects
Commit d05bc0bd authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 90bf160f
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ class ESPCN:
# label = label[:, label_idx, :, :]
label = label[:, label_idx, 3:67, 3:67]
label = np.expand_dims(label, axis=3)
label = tf.image.resize(label, (32, 32))
label = tf.image.resize(label, (32, 32)).numpy()
# data = data[:, data_idx, :, :]
data = data[:, data_idx, 3:67, 3:67]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment