From 13e612618cac77299e7c84cf5b8b870bc0de56c3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 27 Apr 2021 11:13:24 -0500 Subject: [PATCH] initial commit --- 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 f9ef3d6a..6ff32522 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 = 50 +NUM_EPOCHS = 200 TRACK_MOVING_AVERAGE = False -- GitLab