From d27d108d69aa01877b53c326e8dbcd2877edf6d9 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 21 Nov 2022 11:31:45 -0600
Subject: [PATCH] minor...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 4bcbdc5e..2973c69c 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -13,7 +13,7 @@ import h5py
 
 LOG_DEVICE_PLACEMENT = False
 
-PROC_BATCH_SIZE = 2
+PROC_BATCH_SIZE = 4
 PROC_BATCH_BUFFER_SIZE = 50000
 
 NumClasses = 2
-- 
GitLab