From 935adb71b3da5581ca3cae09ead97fc0920ad37d Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Fri, 25 Feb 2022 15:19:03 +0100
Subject: [PATCH] Update train_model_era5_template.sh

---
 .../other_scripts/train_model_era5_template.sh              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 526ea14c..faebe9f1 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
-- 
GitLab