From b1cd5d9d31b2ac6d9d54156ba0f9e4f4e249b8d6 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 25 Jul 2019 12:30:59 -0400 Subject: [PATCH] updated examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c81b48..e4903b41 100644 --- a/README.md +++ b/README.md @@ -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' ```