Skip to content

Commit

Permalink
Fix sync-dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
nitnelave committed Apr 6, 2016
1 parent 173ea1e commit 451dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ directory of the root machine, such as `~/train`, and MXNet is built as `~/mxnet
3. Assume there are 2 machines, then train the CNN using 2 workers:

```bash
../../tools/launch.py -n 2 -H hosts --sync-dir /tmp/mxnet python train_mnist.py --kv-store dist_sync
../../tools/launch.py -n 2 -H hosts --sync-dst-dir /tmp/mxnet python train_mnist.py --kv-store dist_sync
```

Note: Sometimes the jobs lingers at the slave machines even we pressed `Ctrl-c`
Expand Down

0 comments on commit 451dc6a

Please sign in to comment.