From 0e7c1bb1cbebd4fbc62b9ac13ce0c3756584ec8f Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 19 Aug 2022 10:16:44 -0500 Subject: [PATCH] minor --- modules/deeplearning/srcnn.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/deeplearning/srcnn.py b/modules/deeplearning/srcnn.py index f4985fb9..56cf121e 100644 --- a/modules/deeplearning/srcnn.py +++ b/modules/deeplearning/srcnn.py @@ -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() -- GitLab