training a neural network model from 0 with onnxruntime #12030
Unanswered
feiyang6688
asked this question in
Other Q&A
Replies: 1 comment 1 reply
-
Is there any reason you can't use the latest ortmodule api instead? You can find quite a few examples here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After read some onnx runtime guidance and examples, I found that in order to train a model with onnx runtime, I need to use pytorch as the frontend or at least have a pretrained/predefine onnx model. Is there any way to train a model only with onnx runtime?
Beta Was this translation helpful? Give feedback.
All reactions