diff --git a/modules/deeplearning/srcnn.py b/modules/deeplearning/srcnn.py
index f4985fb92b91318b604cdc83651629739e9f1cc8..56cf121e059aee0509607d968256dca423979697 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()