From 139d51e282524d32a4fd20becc5803dec6ff0dcc Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 12 Jul 2021 19:28:30 -0500 Subject: [PATCH] minor... --- modules/deeplearning/icing_cnn.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/deeplearning/icing_cnn.py b/modules/deeplearning/icing_cnn.py index 81e6b716..5d601b54 100644 --- a/modules/deeplearning/icing_cnn.py +++ b/modules/deeplearning/icing_cnn.py @@ -730,6 +730,8 @@ class IcingIntensityNN: self.test_labels = labels self.test_preds = preds + self.h5f_tst.close() + def run(self, filename_trn, filename_tst): with tf.device('/device:GPU:'+str(self.gpu_device)): self.setup_pipeline(filename_trn, filename_tst) -- GitLab