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
Hi, I am struggling with an error when converting a PyTorch model to ONNX. The torch.onnx.export() function runs without any issues, and onnxruntime works with some data but produces errors with others. Today, I discovered onnxruntime_test, which clearly indicated a problem with the given ONNX model. So, to clarify: if onnxruntime_test fails, does it mean that the problem lies with the exporter?
Thanks, Jozef
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am struggling with an error when converting a PyTorch model to ONNX. The
torch.onnx.export()
function runs without any issues, and onnxruntime works with some data but produces errors with others. Today, I discoveredonnxruntime_test
, which clearly indicated a problem with the given ONNX model. So, to clarify: ifonnxruntime_test
fails, does it mean that the problem lies with the exporter?Thanks, Jozef
Beta Was this translation helpful? Give feedback.
All reactions