From d8232cda4b79d3ffef61195de56b4cb2b58b406a Mon Sep 17 00:00:00 2001 From: Enxhi Kreshpa <e.kreshpa@fz-juelich.de> Date: Fri, 29 Apr 2022 15:12:15 +0200 Subject: [PATCH] Update postprocessing.sh --- cicd/postprocessing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/postprocessing.sh b/cicd/postprocessing.sh index cf9f699a..475a8984 100644 --- a/cicd/postprocessing.sh +++ b/cicd/postprocessing.sh @@ -32,7 +32,7 @@ climate_file=/ambs/data_era5/T2monthly/climatology_t2m_1991-2020.nc model=convLSTM python3 /builds/esde/machine-learning/ambs/video_prediction_tools/main_scripts/main_visualize_postprocess.py \ - --checkpoint ${checkpoint_dir} --test_mode True \ + --checkpoint ${checkpoint_dir} --test_mode yes \ --results_dir ${results_dir} --batch_size 4 \ --num_stochastic_samples 1 \ --lquick_evaluation \ -- GitLab