Skip to content
Snippets Groups Projects
Commit 721b42ca authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 7f2b45f9
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,6 @@ class IcingIntensityNN: ...@@ -151,7 +151,6 @@ class IcingIntensityNN:
self.initial_learning_rate = None self.initial_learning_rate = None
n_chans = len(train_params) n_chans = len(train_params)
NUM_PARAMS = n_chans
if TRIPLET: if TRIPLET:
n_chans *= 3 n_chans *= 3
self.X_img = tf.keras.Input(shape=(img_width, img_width, n_chans)) self.X_img = tf.keras.Input(shape=(img_width, img_width, n_chans))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment