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

snapshot...

parent 0e171119
No related branches found
No related tags found
No related merge requests found
......@@ -592,7 +592,7 @@ class IcingIntensityFCN:
# activation = tf.nn.elu
activation = tf.nn.leaky_relu
num_filters = len(self.train_params) * 4
num_filters = len(self.train_params) * 8
input_2d = self.inputs[0]
......@@ -731,7 +731,7 @@ class IcingIntensityFCN:
self.loss = tf.keras.losses.SparseCategoricalCrossentropy(from_logits=False) # For multi-class
# decayed_learning_rate = learning_rate * decay_rate ^ (global_step / decay_steps)
initial_learning_rate = 0.0005
initial_learning_rate = 0.001
decay_rate = 0.95
steps_per_epoch = int(self.num_data_samples/BATCH_SIZE) # one epoch
decay_steps = int(steps_per_epoch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment