From d115d5f1eaa8c9c9d134329ef9878624451522f8 Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Mon, 18 Jan 2021 14:51:26 -0600 Subject: [PATCH] snapshot.. --- modules/deeplearning/cloudheight.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/deeplearning/cloudheight.py b/modules/deeplearning/cloudheight.py index f6694ebd..7ad613ab 100644 --- a/modules/deeplearning/cloudheight.py +++ b/modules/deeplearning/cloudheight.py @@ -405,7 +405,6 @@ class CloudHeightNN: vprof = np.concatenate(vprof) sfc = np.concatenate(sfc) - # sfc = np.reshape(sfc, (sfc.shape[0], 1)) return images, vprof, label, sfc -- GitLab