Why do we need onnx2torch runtime dependency after the onnx model is converted to Torch #238
Unanswered
satishlokkoju
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to successfully convert a ONNX model to Pytorch.
I observed that to run the pytorch model we need onnx2torch depndency. Why is that the case ?
Once the is converted and saved as torch model, why do we need the dependency ?
Beta Was this translation helpful? Give feedback.
All reactions