From 64662b37c1d279967b2094ccb1de1c8a420934d9 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 19 Oct 2023 15:08:23 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing_fcn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index 19b987b3..8d8d009c 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -874,7 +874,7 @@ class IcingIntensityFCN: step = 0 total_time = 0 - best_test_loss = np.finfo(dtype=np.float).max + best_test_loss = np.finfo(dtype=np.float32).max best_test_acc = 0 best_test_recall = 0 best_test_precision = 0 -- GitLab