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

option to use GaussianNoise as input to CNN_2D

parent 13d89fe3
Branches
No related tags found
No related merge requests found
...@@ -887,8 +887,6 @@ class IcingIntensityNN: ...@@ -887,8 +887,6 @@ class IcingIntensityNN:
f.close() f.close()
def build_model(self): def build_model(self):
if NOISE_TRAINING:
self.inputs[0] = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(self.inputs[0])
flat = self.build_cnn() flat = self.build_cnn()
# flat_1d = self.build_1d_cnn() # flat_1d = self.build_1d_cnn()
# flat = tf.keras.layers.concatenate([flat, flat_1d, flat_anc]) # flat = tf.keras.layers.concatenate([flat, flat_1d, flat_anc])
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment