From 1f91681f9b1fd468a1d6aaa67b5b97a4c02cdd98 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 20 Apr 2021 17:53:54 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/deeplearning/icing.py b/modules/deeplearning/icing.py index 37947e12..42f5a1a1 100644 --- a/modules/deeplearning/icing.py +++ b/modules/deeplearning/icing.py @@ -346,9 +346,8 @@ class IcingIntensityNN: else: flat = self.X_img n_hidden = self.X_img.shape[1] - n_hidden = 50 - fac = 1 + fac = 2 fc = build_residual_block(flat, drop_rate, fac*n_hidden, activation, 'Residual_Block_1', doBatchNorm=True) -- GitLab