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

snapshot...

parent a7c3f766
Branches
No related tags found
No related merge requests found
...@@ -818,7 +818,7 @@ class IcingIntensityFCN: ...@@ -818,7 +818,7 @@ class IcingIntensityFCN:
self.writer_train = tf.summary.create_file_writer(os.path.join(logdir, 'plot_train')) self.writer_train = tf.summary.create_file_writer(os.path.join(logdir, 'plot_train'))
self.writer_valid = tf.summary.create_file_writer(os.path.join(logdir, 'plot_valid')) self.writer_valid = tf.summary.create_file_writer(os.path.join(logdir, 'plot_valid'))
self.writer_train_valid_loss = tf.tf.summary.create_file_writer(os.path.join(logdir, 'plot_train_valid_loss')) self.writer_train_valid_loss = tf.summary.create_file_writer(os.path.join(logdir, 'plot_train_valid_loss'))
step = 0 step = 0
total_time = 0 total_time = 0
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment