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

snapshot...

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