diff --git a/README.md b/README.md index e8ec00f30f041319581dcf3789acff1b30ac6ea5..d47b479a078619814288a35ef4677658af8b78cc 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,11 @@ It can be a good idea to use all available CPUs except one, which is kept for the main process. For example: in our example `sbatch` script for JUWELS Booster, we -select 12 CPUs per task. We can then pass `--train-num-workers=8 ---valid-num-workers=3`. With 8 + 3 = 11 workers in total, we leave one -CPU for our main process. +select 12 CPUs per task. (We have one task per GPU per node; JUWELS +Booster has 48 CPUs and 4 GPUs per node. With the according 4 tasks +per node, we get 48 รท 4 = 12 CPUs per task.) We can then pass +`--train-num-workers=8 --valid-num-workers=3`. With 8 + 3 = 11 workers +in total, we leave one CPU for our main process. ### Launching the processes