Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 123b578a authored by Hauke Kirchner's avatar Hauke Kirchner
Browse files

Update submit_train_dlc.sh

parent 8c17e334
No related merge requests found
...@@ -26,7 +26,7 @@ nvcc -V ...@@ -26,7 +26,7 @@ nvcc -V
echo "" echo ""
echo "test environment" echo "test environment"
echo "-----------------------------------------------------------------------" 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 "-----------------------------------------------------------------------" echo "-----------------------------------------------------------------------"
# Run the script: # Run the script:
...@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------" ...@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------"
echo "" echo ""
echo "model training" echo "model training"
echo "-----------------------------------------------------------------------" 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 "-----------------------------------------------------------------------" echo "-----------------------------------------------------------------------"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment