-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Related to some test_onnx_backend.py test cases #744
Comments
This comment has been minimized.
This comment has been minimized.
@chrishkchris I have fixed the average pool and max pool issues above in #746 However, for the equal, I found this is because there is some error when we do the for example for input:
The result of
The correct result should be:
@dcslin can we fix it? |
this int subtraction testing is fixed and added in #763 |
solved by #763 |
Some updates:
@joddiy is fixing some problem in onnx
The text was updated successfully, but these errors were encountered: