From ccd30286054f196d48ddb4975784f1a5d7a60cca Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 9 Mar 2023 12:52:22 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 16c07c20..2dcb906d 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -12,10 +12,6 @@ import pickle import h5py from scipy.ndimage import gaussian_filter -# L1B M/I-bands: /apollo/cloud/scratch/cwhite/VIIRS_HRES/2019/2019_01_01/ -# CLAVRx: /apollo/cloud/scratch/Satellite_Output/VIIRS_HRES/2019/2019_01_01/ -# /apollo/cloud/scratch/Satellite_Output/andi/NEW/VIIRS_HRES/2019 - LOG_DEVICE_PLACEMENT = False PROC_BATCH_SIZE = 4 @@ -310,7 +306,7 @@ class SRCNN: # --------- data = np.stack(data_norm, axis=3) data = data.astype(np.float32) - # ----------------------------------------------------- + # TARGET below ---------------------------------------- # ----------------------------------------------------- label = input_data[:, label_idx, :, :] if DO_SMOOTH: -- GitLab