From c13bd0866d308e313eb2dafd1ffce88a3115ec9b Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 27 Sep 2022 14:21:25 -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 55581937..14518f3b 100644 --- a/modules/deeplearning/srcnn.py +++ b/modules/deeplearning/srcnn.py @@ -13,7 +13,7 @@ import h5py LOG_DEVICE_PLACEMENT = False -PROC_BATCH_SIZE = 4 +PROC_BATCH_SIZE = 2 PROC_BATCH_BUFFER_SIZE = 50000 NumClasses = 2 -- GitLab