From 742d34c89bd824467b9ce3fea7e73af54e6ecc0c Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 30 Aug 2023 10:31:05 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cloud_opd_fcn_abi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/deeplearning/cloud_opd_fcn_abi.py b/modules/deeplearning/cloud_opd_fcn_abi.py index 270dc1fa..d4ce79a6 100644 --- a/modules/deeplearning/cloud_opd_fcn_abi.py +++ b/modules/deeplearning/cloud_opd_fcn_abi.py @@ -888,7 +888,8 @@ def run_restore_static(directory, ckpt_dir, out_file=None): if out_file is not None: y_hi, x_hi = (Y_LEN // 4) + 1, (X_LEN // 4) + 1 np.save(out_file, - [labels[:, :, :, 0], preds[:, :, :, 0], + [labels[:, :, :, 0], + preds[:, :, :, 0], inputs[:, 1:y_hi, 1:x_hi, 0], descale(inputs[:, 1:y_hi, 1:x_hi, 1], 'refl_0_65um_nom', mean_std_dct), descale(inputs[:, 1:y_hi, 1:x_hi, 2], 'refl_0_65um_nom', mean_std_dct), -- GitLab