Update experiments.md
Closed
requested to merge okhrin--tu-dresden.de/hpc-compendium:okhrin--tu-dresden.de-dev-experiments-patch-34483 into dev-experiments
1 unresolved thread
Compare changes
- Andrei Politov authored
@@ -131,7 +131,7 @@ The majority of the NGC containers allow you to use multiple GPUs from one node
@@ -131,7 +131,7 @@ The majority of the NGC containers allow you to use multiple GPUs from one node
The example of using PyTorch container for the training ResNet50 on the classification task on ImageNet dataset is presented below:
marie@login$ srun -p alpha --nodes 1 --ntasks-per-node 8 --ntasks 8 --gres=gpu:8 --time=08:00:00 --pty --mem=500000 bash