From 3322e4f5a5cd8d27b9e3532b854e5499940e46ca Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 20 Apr 2021 14:33:46 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/icing.py b/modules/deeplearning/icing.py index 7e58b432..6ada5b6c 100644 --- a/modules/deeplearning/icing.py +++ b/modules/deeplearning/icing.py @@ -18,7 +18,7 @@ PROC_BATCH_SIZE = 10240 PROC_BATCH_BUFFER_SIZE = 50000 NumLabels = 1 BATCH_SIZE = 256 -NUM_EPOCHS = 100 +NUM_EPOCHS = 200 TRACK_MOVING_AVERAGE = False -- GitLab