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

snapshot...

parent af0342e1
Branches
No related tags found
No related merge requests found
......@@ -734,10 +734,6 @@ class SRCNN:
self.writer_valid.close()
self.writer_train_valid_loss.close()
# f = open(home_dir+'/best_stats_'+now+'.pkl', 'wb')
# pickle.dump((best_test_loss, best_test_acc, best_test_recall, best_test_precision, best_test_auc, best_test_f1, best_test_mcc), f)
# f.close()
def build_model(self):
self.build_srcnn()
self.model = tf.keras.Model(self.inputs, self.logits)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment