From 31f9d64006db64b2d5b67c745377d73e23f34f1b Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 13 Apr 2022 22:47:41 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing_fcn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index 32d00b88..950c9715 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -976,6 +976,7 @@ class IcingIntensityFCN: print(data[0].shape, data[1].shape) pred = self.model([data]) print(pred.shape, np.histogram(pred.numpy())) + pred_s.append(pred) preds = np.concatenate(pred_s) preds = preds[:,0] -- GitLab