From 0e402b8bc0605d993fa24acd7fcbb2cf52acc471 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 22 Aug 2023 11:12:53 -0500 Subject: [PATCH] snapshot... --- modules/GSOC/E2_ESRGAN/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/GSOC/E2_ESRGAN/main.py b/modules/GSOC/E2_ESRGAN/main.py index aafd009f..44b219ec 100644 --- a/modules/GSOC/E2_ESRGAN/main.py +++ b/modules/GSOC/E2_ESRGAN/main.py @@ -150,7 +150,7 @@ FLAGS = {'config': str(Path.home()) + '/dev/python/modules/GSOC/E2_ESRGAN' + '/c 'data_dir': None, 'manual': False, #'model_dir': str(Path.home()) + '/tf_model_esrgan/', - 'model_dir': '/scratch/long/rink' + '/tf_model_esrgan/', + 'model_dir': '/ships22/cloud/scratch/Satellite_Output/GOES-16/global/NREL_2023/2023_east_cf/tf_model_esrgan/', 'log_dir': str(Path.home()) + '/tf_logs_esrgan/', 'phases': 'phase1_phase2', 'export_only': False, -- GitLab