From b6a13e5a52288391392d0f903cb66d6e0aaa24a8 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 20 Oct 2022 13:12:33 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_fcn.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 1364b5c7..07aa8adf 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -565,7 +565,6 @@ class IcingIntensityFCN:
         # activation = tf.nn.relu
         # activation = tf.nn.elu
         activation = tf.nn.leaky_relu
-        momentum = 0.99
 
         num_filters = len(self.train_params) * 10
 
@@ -642,8 +641,6 @@ class IcingIntensityFCN:
         print('build fully connected layer')
         num_filters = input_layer.shape[3]
 
-        drop_rate = 0.5
-
         # activation = tf.nn.relu
         # activation = tf.nn.elu
         activation = tf.nn.leaky_relu
-- 
GitLab