From 19dd30a496b63b4d18a08ea34a40f167c2d7b8ff Mon Sep 17 00:00:00 2001 From: Annbless Date: Sun, 24 Apr 2022 14:11:54 +0800 Subject: [PATCH] Update README.md add launcher in the multi machine command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb97067..e7b0343 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Download the pretrained models from [MAE](https://github.com/facebookresearch/ma bash tools/dist_train.sh --cfg-options model.pretrained= # for multiple machines -python -m torch.distributed.launch --nnodes --node_rank --nproc_per_node --master_addr --master_port tools/train.py --cfg-options model.pretrained= +python -m torch.distributed.launch --nnodes --node_rank --nproc_per_node --master_addr --master_port tools/train.py --cfg-options model.pretrained= --launcher pytorch ``` ## Todo