From b1533c7084358595f68536fca4805b6b4d3656fe Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sat, 10 Jul 2021 15:02:39 -0500
Subject: [PATCH] minor

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

diff --git a/modules/deeplearning/icing_cnn.py b/modules/deeplearning/icing_cnn.py
index be27c000..d1478981 100644
--- a/modules/deeplearning/icing_cnn.py
+++ b/modules/deeplearning/icing_cnn.py
@@ -18,7 +18,7 @@ PROC_BATCH_SIZE = 4096
 PROC_BATCH_BUFFER_SIZE = 50000
 NumClasses = 2
 NumLogits = 1
-BATCH_SIZE = 256
+BATCH_SIZE = 128
 NUM_EPOCHS = 100
 
 TRACK_MOVING_AVERAGE = False
-- 
GitLab