Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyanghe committed Sep 3, 2022
1 parent b8ea495 commit b15b70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fedmlsdk/MobileNN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sh build_x86_linux.sh
2. MNN compilation artifacts under `build/mnn_binary_dir`
* libMNN: Backend Shared Library
* libMNNTrain: Training Framework Shared Library
* libMNNExpr: Express Training API Shared Lirary
* libMNNExpr: Express Training API Shared Library
3. To run `demo.out` on your linux/macOS machine, first download MNIST dataset from [Google Drive](https://drive.google.com/drive/folders/1IB1-NJgzHSEb7ucgJzM2Gj8QzxpYAjGy?usp=sharing), and run `./demo.out /path/to/data/mnist_data`.
To run `demo.out` on your android device, adb push mnist_data to your android device under `/data/local/tmp` before running `./test_arm_android_64.sh`.

0 comments on commit b15b70b

Please sign in to comment.