From b8583bc05eec028d0b36eec8df06b0e9ec0d06f3 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 4 Aug 2022 14:50:23 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/espcn.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/deeplearning/espcn.py b/modules/deeplearning/espcn.py
index 5c6f30c9..065858e8 100644
--- a/modules/deeplearning/espcn.py
+++ b/modules/deeplearning/espcn.py
@@ -22,7 +22,7 @@ if NumClasses == 2:
 else:
     NumLogits = NumClasses
 
-BATCH_SIZE = 128
+BATCH_SIZE = 64
 NUM_EPOCHS = 60
 
 TRACK_MOVING_AVERAGE = False
-- 
GitLab