Skip to content
Snippets Groups Projects
Commit f11c3fb9 authored by Alexander Grund's avatar Alexander Grund Committed by Andrei Politov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d19b242a
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!339Ngc containers
This commit is part of merge request !368. Comments created here will be created in the context of that merge request.
...@@ -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
However, PyTorch and TensorFlow containers support multi-GPU usage. However, PyTorch and TensorFlow containers support multi-GPU usage.
The example of using PyTorch container for the training ResNet50 model on the classification task on ImageNet dataset is presented below: An example of using the PyTorch container for training of the ResNet50 model on the classification task on ImageNet dataset is presented below:
```console ```console
marie@login$ srun -p alpha --nodes 1 --ntasks-per-node 8 --ntasks 8 --gres=gpu:8 --time=08:00:00 --pty --mem=500000 bash marie@login$ srun -p alpha --nodes 1 --ntasks-per-node 8 --ntasks 8 --gres=gpu:8 --time=08:00:00 --pty --mem=500000 bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment