From d01382d9f7f2c4a1a9d833da0f005556d29e74ca Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Thu, 28 Oct 2021 09:33:16 +0200
Subject: [PATCH] Add template for running training with container.

---
 .../HPC_scripts/train_model_era5_container_template.sh          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh b/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
index 18ef7450..ba4e60c2 100755
--- a/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
+++ b/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
@@ -26,7 +26,7 @@ VIRT_ENV_NAME="my_venv"
 # Name of container image (must be available in working directory)
 CONTAINER_IMG="${WORK_DIR}/tensorflow_21.09-tf1-py3.sif"
 
-# purge modules to avoid conflicts between container and host settings
+# clean-up modules to avoid conflicts between host and container settings
 module purge
 
 # declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)
-- 
GitLab