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

snapshot...

parent 4ac02133
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,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(None, None, 5))
self.inputs.append(tf.keras.Input(shape=(None, None, 5)))
self.flight_level = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment