From 0d44d4485ac335b2b8df8bfa3e72060bd698832e Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 3 Aug 2022 10:58:08 -0500
Subject: [PATCH] minor...

---
 modules/deeplearning/espcn.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/deeplearning/espcn.py b/modules/deeplearning/espcn.py
index 84ccef7e..0cb574dd 100644
--- a/modules/deeplearning/espcn.py
+++ b/modules/deeplearning/espcn.py
@@ -28,12 +28,10 @@ NUM_EPOCHS = 60
 TRACK_MOVING_AVERAGE = False
 EARLY_STOP = False
 
-NOISE_TRAINING = True
+NOISE_TRAINING = False
 NOISE_STDDEV = 0.10
 DO_AUGMENT = True
 
-img_width = 16
-
 # setup scaling parameters dictionary
 mean_std_dct = {}
 mean_std_file = ancillary_path+'mean_std_lo_hi_l2.pkl'
-- 
GitLab