/mnn

Primary LanguageC++Apache License 2.0Apache-2.0

MNN: mini neural network

build

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

train mnist dataset:

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