-
Notifications
You must be signed in to change notification settings - Fork 3k
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
The ONNX graph converted from tf.image.crop_and_resize() function will cause a different result by ORT nightly build. #10710
Comments
Actually, this issue itself has no relationship with convertor. The example code in attachment is for tf 1.x version, so the Tensorflow version is 1.13.1. This issue actually shows that for the same ONNX file, different ORT version will cause different results. Please re-consider the tag and issue. Thanks. |
|
@yufenglee: I have build the fix and tried it out with the script it seems the diffs are still there. |
Describe the bug
Install ORT nightly job. Try to execute the example script provided in this issue which is trying to inference an ONNX file generated by converting tf.image.crop_and_resize() op to ONNX via tf2onnx. The result of ORT is different than tensorflow.
Urgency
This is breaking tf2onnx CI pipeline so please fix it soon.
System information
To Reproduce
Expected behavior
It should display Pass without any exceptions.
The text was updated successfully, but these errors were encountered: