-
Notifications
You must be signed in to change notification settings - Fork 367
Mobile model tester apps #515
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
base: main
Are you sure you want to change the base?
Conversation
|
||
# Set Up Instructions | ||
|
||
Copy an ONNX model to `model/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.
Should we add support for .onnx_data files? Maybe out of scope for this PR
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.
I am writing android version of the app, and it seems that it would be nice to have the downloading model in common directory as well, so android application can share the model creation steps
Add iOS and Android model tester apps for measuring performance of a model.
There is also some cross-platform C++ code in
mobile/examples/model_tester/common
that is used in both apps.