updated examples

This commit is contained in:
William Falcon 2019-07-25 12:30:59 -04:00
parent 6bd58de40e
commit b1cd5d9d31
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ python single_cpu_template.py
# train on multiple-gpus
python single_gpu_node_template.py --gpus "0,1"
# train on 32 gpus on a cluster
# train on 32 gpus on a cluster (run on a SLURM managed cluster)
python multi_node_cluster_template.py --nb_gpu_nodes 4 --gpus '0,1,2,3,4,5,6,7'
```