diff --git a/modules/GSOC/E2_ESRGAN/main.py b/modules/GSOC/E2_ESRGAN/main.py index aafd009fab1e03531af4f45b0f3f32067fed6e6c..44b219ec888a5c03a0b7ff9113225c240093e7a5 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,