Skip to content
Snippets Groups Projects
Commit d01382d9 authored by Michael Langguth's avatar Michael Langguth
Browse files

Add template for running training with container.

parent e46d6fe7
Branches
Tags
No related merge requests found
Pipeline #81703 failed
...@@ -26,7 +26,7 @@ VIRT_ENV_NAME="my_venv" ...@@ -26,7 +26,7 @@ VIRT_ENV_NAME="my_venv"
# Name of container image (must be available in working directory) # Name of container image (must be available in working directory)
CONTAINER_IMG="${WORK_DIR}/tensorflow_21.09-tf1-py3.sif" 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 module purge
# declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py) # declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment