From 8da8c5fa6639ca7f2a8285680ac4b3e9f834029d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 28 Apr 2021 14:05:55 -0500 Subject: [PATCH] snapshot... --- 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 15517dad..069269a5 100644 --- a/modules/deeplearning/icing_cnn.py +++ b/modules/deeplearning/icing_cnn.py @@ -18,7 +18,7 @@ PROC_BATCH_SIZE = 2046 PROC_BATCH_BUFFER_SIZE = 50000 NumLabels = 1 BATCH_SIZE = 256 -NUM_EPOCHS = 200 +NUM_EPOCHS = 100 TRACK_MOVING_AVERAGE = False -- GitLab