From 4bd170e09541d0439bcc0d41cbfebfc8a92f88e8 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 3 Feb 2022 15:55:34 -0600 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 6207d2de..a003ac05 100644 --- a/modules/deeplearning/icing_cnn.py +++ b/modules/deeplearning/icing_cnn.py @@ -116,7 +116,7 @@ def build_residual_block(input, drop_rate, num_neurons, activation, block_name, class IcingIntensityNN: - def __init__(self, day_night='DAY', l1b_andor_l2='both', use_flight_altitude=False, gpu_device=0, datapath=None): + def __init__(self, day_night='DAY', l1b_or_l2='both', use_flight_altitude=False, gpu_device=0, datapath=None): if day_night == 'DAY': self.train_params_l1b = train_params_l1b_day -- GitLab