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
Hey, just for info, I've runned a custom Bert Model on onnxruntime using HF tokenizer on Python and Rust and the result are identical. I've runned it on a personal onnxruntime v1.8 with GPU which could be the reason of the fix.
It looks like somewhere these bindings are adding error to float output.
When using native C++ onnxruntime API in the output for yolov3 onnx model I receive
Using python and native C++ onnxruntime API:
Using onnxruntime-rs API:
These results are approximately the same, but you can see the errors, which are pretty huge!
I even tried to compile onnxruntime with different backends and enable them with modifying this crate.
Tried
download
andsystem
onnxruntimes, with and without GPU, with custom backend, etc.The text was updated successfully, but these errors were encountered: