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

snapshot...

parent 6485efa9
No related branches found
No related tags found
No related merge requests found
......@@ -210,9 +210,9 @@ class ESPCN:
self.n_chans = 1
# self.X_img = tf.keras.Input(shape=(None, None, self.n_chans))
self.X_img = tf.keras.Input(shape=(None, None, self.n_chans))
# self.X_img = tf.keras.Input(shape=(36, 36, self.n_chans))
self.X_img = tf.keras.Input(shape=(32, 32, self.n_chans))
# self.X_img = tf.keras.Input(shape=(32, 32, self.n_chans))
self.inputs.append(self.X_img)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment