diff --git a/video_prediction_tools/other_scripts/train_model_era5_template.sh b/video_prediction_tools/other_scripts/train_model_era5_template.sh index 526ea14c16859e092a987104360df75c6b45efa5..faebe9f1829d7174744892ed5273b8eae81de6d8 100644 --- a/video_prediction_tools/other_scripts/train_model_era5_template.sh +++ b/video_prediction_tools/other_scripts/train_model_era5_template.sh @@ -6,9 +6,9 @@ VIRT_ENV_NAME=venv_test echo "Activating virtual environment..." source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate -# the source directory contains the tfrecords -source_dir=/home/b.gong/preprocessed_data-40x40-990N2010E-2t/tfrecords -destination_dir=/home/b.gong/model2/ +# the source directory contains the tfrecords from data preprocessing step 2 +source_dir=/path/to/tfrecords +destination_dir=/path/to/output/directory #select models model=savp