From 667c0cbe00dc093cf1bcd6110fa3dc2ec21c4c04 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 13 Jun 2022 18:44:50 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/unet.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/deeplearning/unet.py b/modules/deeplearning/unet.py index 64babc2c..f3ffb6c1 100644 --- a/modules/deeplearning/unet.py +++ b/modules/deeplearning/unet.py @@ -12,6 +12,10 @@ import h5py # CLAVRx: /apollo/cloud/scratch/Satellite_Output/VIIRS_HRES/2019/2019_01_01/ # /apollo/cloud/scratch/Satellite_Output/andi/NEW/VIIRS_HRES/2019 +# /home/mfoster/clavrx_installations/clavrx-dev/main_src +# viirs_nasa_hres_read_mod.f90 +# viirs_nasa_read_module.f90 + LOG_DEVICE_PLACEMENT = False PROC_BATCH_SIZE = 10 -- GitLab