-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add basic tests for ONNX module #207
Comments
I would like to work on this one |
Great @femialaka fill free to create draft PR and ask some questions or create the list of tests before implementation to discuss here, in the issue's comments. |
For the first 3 tests I have the following suggestions
I'll appreciate your guidance on this, thanks. |
Hi, @femialaka will try to comment on your ideas.
The OnnxInferenceModel has a few properties and methods that should be tested. Use a tiny model (Lenet, for example) for test purposes. If required, it could be added to the testResources in the The accuracy checking could be a good test in the case of ONNX Runtime's ability to predict the same data on the same outputs; I hope so. In this case |
Add tests for the following classes:
All tests should be located in the test directory of the ONNX module
The text was updated successfully, but these errors were encountered: