From e476c01160e18b6b4df04692890027ea9fe62d71 Mon Sep 17 00:00:00 2001 From: Enxhi <e.kreshpa@fz-juelich.de> Date: Wed, 23 Feb 2022 17:05:59 +0100 Subject: [PATCH] Updated .gitlab-ci.yml --- .../other_scripts/visualize_postprocess_era5_template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8a063501..ee9a2fb0 100644 --- a/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh +++ b/video_prediction_tools/other_scripts/visualize_postprocess_era5_template.sh @@ -13,8 +13,8 @@ lquick=1 climate_file=/home/b.gong/data_era5/T2monthly/climatology_t2m_1991-2020.nc #select models model=convLSTM -mkdir ${results_dir} -python3 ../main_scripts/main_visualize_postprocess.py --checkpoint ${checkpoint_dir} --mode test \ +#mkdir ${results_dir} +python3 ./video_prediction_tools/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