From 123b578aa97d5baea6f6db3b861a7f9dfa7da85a Mon Sep 17 00:00:00 2001
From: Hauke Kirchner <hauke.gronenberg@gwdg.de>
Date: Wed, 21 Aug 2024 12:53:19 +0000
Subject: [PATCH] Update submit_train_dlc.sh

---
 code/submit_train_dlc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/submit_train_dlc.sh b/code/submit_train_dlc.sh
index a28ede3..75183bc 100644
--- a/code/submit_train_dlc.sh
+++ b/code/submit_train_dlc.sh
@@ -26,7 +26,7 @@ nvcc -V
 echo ""
 echo "test environment"
 echo "-----------------------------------------------------------------------"
-apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python ./test_env.py #TODO adapt path
+apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python /path/to/deep-learning-with-gpu-cores/code/test_env.py #TODO adapt path
 echo "-----------------------------------------------------------------------"
 
 # Run the script:
@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------"
 echo ""
 echo "model training"
 echo "-----------------------------------------------------------------------"
-apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python -u train.py #TODO adapt path
+apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python -u /path/to/deep-learning-with-gpu-cores/code/train.py #TODO adapt path
 echo "-----------------------------------------------------------------------"
-- 
GitLab