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 8a063501382054535d8f50fb1c1fd8cd3e1fda7f..ee9a2fb0aa92d650e3578a5431f3312b7b97ddb2 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}