From 0d89c66adc56b15fc3ad1c95370176bef93dfdb5 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 2 Jan 2023 13:43:00 -0600
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_fcn.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 576e3de0..502dbabd 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -19,7 +19,7 @@ if NumClasses == 2:
     NumLogits = 1
 else:
     NumLogits = NumClasses
-NumFlightLevels = 3
+NumFlightLevels = 5
 
 BATCH_SIZE = 128
 NUM_EPOCHS = 60
-- 
GitLab