diff --git a/README.md b/README.md index 73680e6c3d74be6de446aa920eb5c62849d28e73..b3ffdc892422fd2bb440a2fb648d39aba99e64f0 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 ```