mirror of https://github.com/alibaba/MNN.git
|
||
---|---|---|
.. | ||
playground | ||
scripts | ||
README.md | ||
benchmark.py | ||
model_test.py | ||
train_test.sh | ||
unit_test.py |
README.md
Pymnn Test Cases
1. Unit Test
python3 unit_test.py
2. Model Test
python3 model_test.py ~/AliNNModel
3. Train Test
./train_test.sh
4. Quant Test
python3 ../examples/MNNQuant/test_mnn_offline_quant.py \
--mnn_model your_model.mnn \
--quant_imgs <path_to_imgs> \
--quant_model ./quant_model.mnn
5. Benchmark MNN.numpy
pip install prettytable
python3 benchmark.py
6. Playgroud Test (just internal usage)
# 拷贝AliNNModel所有模型和测试数据到MNN工作台工程下
python scripts/pullTestModel.py --alinnmodel_path ../../../AliNNModel --playground_path playground/playground
# 拷贝AliNNModel指定模型(mobilenet, Ranfa)和测试数据到MNN工作台工程下
python scripts/pullTestModel.py --alinnmodel_path ../../../AliNNModel --playground_path playground/playground --models mobilenet Ranfa