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

snapshot..

parent 7d2ad818
Branches
No related tags found
No related merge requests found
...@@ -598,6 +598,8 @@ class IcingIntensityFCN: ...@@ -598,6 +598,8 @@ class IcingIntensityFCN:
if NOISE_TRAINING: if NOISE_TRAINING:
conv = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(input_2d) conv = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(input_2d)
else:
conv = input_2d
conv = tf.keras.layers.Conv2D(num_filters, kernel_size=3, strides=1, padding=padding, activation=activation)(conv) conv = tf.keras.layers.Conv2D(num_filters, kernel_size=3, strides=1, padding=padding, activation=activation)(conv)
print(conv.shape) print(conv.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment