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

snapshot...

parent f4751d9a
Branches
No related tags found
No related merge requests found
......@@ -565,7 +565,6 @@ class IcingIntensityFCN:
# activation = tf.nn.relu
# activation = tf.nn.elu
activation = tf.nn.leaky_relu
momentum = 0.99
num_filters = len(self.train_params) * 10
......@@ -642,8 +641,6 @@ class IcingIntensityFCN:
print('build fully connected layer')
num_filters = input_layer.shape[3]
drop_rate = 0.5
# activation = tf.nn.relu
# activation = tf.nn.elu
activation = tf.nn.leaky_relu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment