From 5bc523461c2cb589cb65b4f25b01761786606317 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 16 May 2022 15:06:52 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/unet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/unet.py b/modules/deeplearning/unet.py index 16e44f6f..bab6c4d5 100644 --- a/modules/deeplearning/unet.py +++ b/modules/deeplearning/unet.py @@ -15,7 +15,7 @@ import h5py LOG_DEVICE_PLACEMENT = False -PROC_BATCH_SIZE = 1024 +PROC_BATCH_SIZE = 50 PROC_BATCH_BUFFER_SIZE = 50000 NumClasses = 2 -- GitLab