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

snapshot...

parent ab0dd90a
Branches
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ class SRCNN: ...@@ -260,7 +260,7 @@ class SRCNN:
self.test_label_files = None self.test_label_files = None
# self.n_chans = len(data_params_half) + len(data_params_full) + 1 # self.n_chans = len(data_params_half) + len(data_params_full) + 1
self.n_chans = 5 self.n_chans = 3
self.X_img = tf.keras.Input(shape=(None, None, self.n_chans)) self.X_img = tf.keras.Input(shape=(None, None, self.n_chans))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment