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

snapshot...

parent 12410bb9
Branches
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ class IcingIntensityFCN:
self.X_img = tf.keras.Input(shape=(None, None, n_chans))
self.inputs.append(self.X_img)
self.inputs.append(tf.keras.Input(shape=(None, None, 5)))
self.inputs.append(tf.keras.Input(shape=(None, 5)))
self.flight_level = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment