You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I used onnxscript to implement the calculation graph of the farthest point sampling. However, when I tested it, I found that the results of the direct test were accurate,
I should point out that these outputs are all without changing the code at all. Sometimes it gives the correct output, sometimes it is wrong.
I think this function has random errors in the process of converting to model_proto, of course, it may also be that there is a problem with the code in my while loop.
Then I saved the correct model and the wrong model as onnx files, and then used onnx2python.py that comes with onnxscript to convert them and found that an error occurred after the loop ended.
here is the diff between them:
As you can see, the wrong model was assigned incorrectly at the end.I don’t know if it’s caused by my non-standard writing or the library error.
Uh oh!
There was an error while loading. Please reload this page.
Recently, I used onnxscript to implement the calculation graph of the farthest point sampling. However, when I tested it, I found that the results of the direct test were accurate,
but after converting to modelProto, the results of the onnxruntime test changed randomly, sometimes correct and sometimes wrong.
here are the full code
i exported both two wrong and right onnx file,if it is needed,i will post them with a link soon.
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: