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

snapshot...

parent 17ce5441
Branches
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class SRCNN: ...@@ -192,7 +192,7 @@ class SRCNN:
self.test_data_nda = None self.test_data_nda = None
self.test_label_nda = None self.test_label_nda = None
self.n_chans = len(data_params) + 1 self.n_chans = len(data_params) + 2
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=(36, 36, self.n_chans))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment