-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[runtime] support MNN inference engine #310
Conversation
Benchmark
|
这个pr中对rtf做了初步测试,后续会详细对比onnxruntime/MNN/ncnn。:)
|
runtime/mnn/README.md
Outdated
1. RTF | ||
> num_threads = 1 | ||
> | ||
> samples_per_chunk = 3200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
32000 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修正
runtime/mnn/README.md
Outdated
--config config.yaml \ | ||
--checkpoint model.pt \ | ||
--output_model model.onnx | ||
# When it finishes, you can find `model.mnn`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model.onnx ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修正
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!!
Support MNN inference engine: