update docs etc.

pull/3/head
Xinlei Chen 2021-08-05 12:02:08 -07:00
parent a81c9f9ec1
commit 383b7174a0
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ python main_moco.py \
On the second node, run:
```
python main_moco.py \
--moco-m-cos \
--dist-url 'tcp://[your node 1 address]:[specified port]' \
--multiprocessing-distributed --world-size 2 --rank 1 \
[your imagenet-folder with train and val folders]