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

double number of initial filters in build_cnn

parent 32cf3e66
No related branches found
No related tags found
No related merge requests found
...@@ -551,7 +551,7 @@ class IcingIntensityNN: ...@@ -551,7 +551,7 @@ class IcingIntensityNN:
activation = tf.nn.leaky_relu activation = tf.nn.leaky_relu
momentum = 0.99 momentum = 0.99
num_filters = len(self.train_params) * 2 num_filters = len(self.train_params) * 4
if NOISE_TRAINING: if NOISE_TRAINING:
input_2d = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(self.inputs[0]) input_2d = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(self.inputs[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment