From a6ab8c07db34f8b254713bba47dc96b935203690 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 27 Sep 2022 09:04:42 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn.py b/modules/deeplearning/srcnn.py
index 5f63ef37..a795846d 100644
--- a/modules/deeplearning/srcnn.py
+++ b/modules/deeplearning/srcnn.py
@@ -22,7 +22,7 @@ if NumClasses == 2:
 else:
     NumLogits = NumClasses
 
-BATCH_SIZE = 64
+BATCH_SIZE = 128
 NUM_EPOCHS = 80
 
 TRACK_MOVING_AVERAGE = False
-- 
GitLab