From 0fa82351bd3c00c9b4a8d25c7e28a6aeb3efe33b Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 27 Apr 2022 14:09:06 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/unet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/deeplearning/unet.py b/modules/deeplearning/unet.py index 4f8a7461..a2c34494 100644 --- a/modules/deeplearning/unet.py +++ b/modules/deeplearning/unet.py @@ -9,6 +9,8 @@ import numpy as np import pickle import h5py +# 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/ LOG_DEVICE_PLACEMENT = False -- GitLab