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

snapshot...

parent 2282bbee
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class SRCNN:
self.test_data_nda = None
self.test_label_nda = None
self.n_chans = 1
self.n_chans = len(data_params)
self.X_img = tf.keras.Input(shape=(None, None, self.n_chans))
# self.X_img = tf.keras.Input(shape=(36, 36, self.n_chans))
......
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