https://github.com/horance-liu/mnn
https://github.com/horance-liu/mnn
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/mnn
- Owner: horance-liu
- License: apache-2.0
- Created: 2021-05-16T16:18:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T14:22:22.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T01:16:45.613Z (14 days ago)
- Language: C++
- Size: 11.1 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```