From ac9a7a26af33f72cdb90a6ce60d36d45043ae9c3 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Fri, 11 Sep 2020 09:39:17 +0200 Subject: [PATCH] Add movingNIST runscripts templates to be processed when setting up virtual environment. --- video_prediction_savp/env_setup/create_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_savp/env_setup/create_env.sh b/video_prediction_savp/env_setup/create_env.sh index 695db1d2..30d19024 100755 --- a/video_prediction_savp/env_setup/create_env.sh +++ b/video_prediction_savp/env_setup/create_env.sh @@ -32,7 +32,7 @@ fi # list of (Batch) scripts used for the steps in the workflow # !!! Expects that a template named [script_name]_template.sh exists!!! -workflow_scripts=(DataExtraction DataPreprocess DataPreprocess2tf train_era5 generate_era5) +workflow_scripts=(DataExtraction DataPreprocess DataPreprocess2tf train_era5 generate_era5 DatePreprocess2tf_movingmnist train_movingmnist generate_movingmnist) HOST_NAME=`hostname` ENV_NAME=$1 -- GitLab