Skip to content
Snippets Groups Projects
Commit 205d0f80 authored by Jan Frenzel's avatar Jan Frenzel Committed by Andrei Politov
Browse files

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

parent a5118f12
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.
......@@ -122,11 +122,11 @@ Run the training inside the container:
marie@compute$ python /workspace/examples/resnet50v1.5/multiproc.py --nnodes=1 --nproc_per_node 1 --node_rank=0 /workspace/examples/resnet50v1.5/main.py --data-backend dali-cpu --raport-file raport.json -j16 -p 100 --lr 2.048 --optimizer-batch-size 2048 --warmup 8 --arch resnet50 -c fanin --label-smoothing 0.1 --lr-schedule cosine --mom 0.875 --wd 3.0517578125e-05 -b 256 --epochs 90 /data/imagenet
```
Please keep in mind that it is necessary to specify the amount of resources
that you use inside the container, especially if you have allocated more resources
in the cluster.
Regularly you can do it with flags such as `--nproc_per_node`.
You can find more information in the README file inside the container.
!!! warning
Please keep in mind that it is necessary to specify the amount of resources that you use inside
the container, especially if you have allocated more resources in the cluster. Regularly, you
can do it with flags such as `--nproc_per_node`. You can find more information in the README
file inside the container.
As an example please find the full command to run the ResNet50 model
on the ImageNet dataset inside the PyTorch container:
......
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