Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train loaded model from ONNX in tensorflow or any other framework ? #508

Open
marouenez opened this issue Oct 1, 2019 · 3 comments

Comments

@marouenez
Copy link

I figured out that after loading model from ONNX in tensorflow for example. The variables are frozen and the model cannot be trained. Is there already a solution for training a model after loading from ONNX in tensorflow ?

@gerwang
Copy link

gerwang commented Oct 25, 2019

I am facing the same issue.

@chinhuang007
Copy link
Collaborator

The ONNX models are for inference only at the moment. Adding training is a work-in-progress, onnx/onnx#2314. Stay tuned.

@blaisethom
Copy link

The referred to issue (onnx/onnx#2314) has now had a PR merged, and it onnx has added training support here: https://onnxruntime.ai/docs/#onnx-runtime-for-training. Do you know if there's any update on this here, or if this has been added to tf-onnx?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants