From 31a8dec7e7335522ae22e1bc05d3acf7173a0038 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Fri, 25 Feb 2022 14:57:24 +0100
Subject: [PATCH] Update visualize_postprocess_era5_template.sh

---
 .../other_scripts/visualize_postprocess_era5_template.sh        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh b/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh
index ee9a2fb0..337a817b 100644
--- a/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh
+++ b/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh
@@ -14,7 +14,7 @@ climate_file=/home/b.gong/data_era5/T2monthly/climatology_t2m_1991-2020.nc
 #select models
 model=convLSTM
 #mkdir ${results_dir}
-python3 ./video_prediction_tools/main_scripts/main_visualize_postprocess.py --checkpoint  ${checkpoint_dir} --mode test  \
+python3 ../main_scripts/main_visualize_postprocess.py --checkpoint  ${checkpoint_dir} --mode test  \
                                                            --results_dir ${results_dir} --batch_size 4 \
                                                            --num_stochastic_samples 1 \
 							   --lquick_evaluation ${lquick} --climatology_file ${climate_file}
-- 
GitLab