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

minor

parent 565038f5
No related branches found
No related tags found
No related merge requests found
......@@ -491,12 +491,6 @@ class SRCNN:
step = 0
total_time = 0
best_test_loss = np.finfo(dtype=np.float).max
best_test_acc = 0
best_test_recall = 0
best_test_precision = 0
best_test_auc = 0
best_test_f1 = 0
best_test_mcc = 0
if EARLY_STOP:
es = EarlyStop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment