From 8ec4a04dce4f8189f1ad2873b0da036b7869e1d1 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 20 Aug 2023 11:27:17 -0500
Subject: [PATCH] snapshot...

---
 modules/GSOC/E2_ESRGAN/main.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/GSOC/E2_ESRGAN/main.py b/modules/GSOC/E2_ESRGAN/main.py
index a65ea43e..aafd009f 100644
--- a/modules/GSOC/E2_ESRGAN/main.py
+++ b/modules/GSOC/E2_ESRGAN/main.py
@@ -149,7 +149,8 @@ parser.add_argument(
 FLAGS = {'config': str(Path.home()) + '/dev/python/modules/GSOC/E2_ESRGAN' + '/config/config.yaml',
          'data_dir': None,
          'manual': False,
-         'model_dir': str(Path.home()) + '/tf_model_esrgan/',
+         #'model_dir': str(Path.home()) + '/tf_model_esrgan/',
+         'model_dir': '/scratch/long/rink' + '/tf_model_esrgan/',
          'log_dir': str(Path.home()) + '/tf_logs_esrgan/',
          'phases': 'phase1_phase2',
          'export_only': False,
-- 
GitLab