From 21d4142a9fe6ea129080f0a1c2940003e42d237f Mon Sep 17 00:00:00 2001
From: Hauke Kirchner <hauke.gronenberg@gwdg.de>
Date: Thu, 15 Aug 2024 12:40:20 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73680e6..b3ffdc8 100644
--- a/README.md
+++ b/README.md
@@ -121,9 +121,10 @@ conda activate $PROJECT/conda/dl-gpu
 
 ### Run training scripts
 
-All programmes that are run need to through a scheduler. To start the training of the neural network, run the script `submit_train.sh` in the code directory `YOUR_PATH/deep-learning-with-gpu-cores/code/` using the cluster scheduler Slurm:
+All the jobs that are going to be run have to go through a scheduler. To start the training of the neural network, run the script `submit_train.sh` in the code directory `YOUR_PATH/deep-learning-with-gpu-cores/code/` using the cluster scheduler Slurm:
 
 ```
+cd YOUR_PATH/deep-learning-with-gpu-cores/code/
 sbatch --reservation=deep-learning-workshop submit_train.sh
 ```
 
-- 
GitLab