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

snapshot...

parent d0cf9ea5
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ class SRCNN: ...@@ -213,7 +213,7 @@ class SRCNN:
self.test_label_nda = None self.test_label_nda = None
# self.n_chans = len(data_params) + 2 # self.n_chans = len(data_params) + 2
self.n_chans = 1 self.n_chans = 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