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

https://github.com/horance-liu/mnn


https://github.com/horance-liu/mnn

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# MNN: mini neural network

build

```bash
$ mkdir build && cd build
$ cmake ..
$ make
```

train mnist dataset:

```
$ cd build
$ example/mnist/mnist_train --data_path ../example/mnist --epoch 2
```