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

snapshot...

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