Skip to content

Commit

Permalink
Merge pull request apache#1800 from nitnelave/patch-1
Browse files Browse the repository at this point in the history
Fix sync-dir option
  • Loading branch information
mli committed Apr 10, 2016
2 parents ee1d3c6 + 451dc6a commit bb6f1b0
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 bb6f1b0

Please sign in to comment.