An open API service indexing awesome lists of open source software.

https://github.com/fuzhenxin/mxnet_dist


https://github.com/fuzhenxin/mxnet_dist

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Mxnet_dist

## Step 1
Download https://github.com/apache/incubator-mxnet

## Step 2
No passwd login

```
ssh-copy-id localhost

```

## Step 3
Install requirements
```
pip install mxnet
pip install gluoncv
```

## Step 4
Create a file "host" and the content of the file is ips (one ip per line)

For example:
```
127.0.0.1
```

## Step 5
Run command: multi machine
```
python incubator-mxnet/tools/launch.py -n 1 -s 1 -H host --launcher ssh "python cifar10.py"
```
Run command: single machine
```
python cifar10_single.py
```