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

Can I run the onnx model as a batch process? #207

Closed
hopeux opened this issue Sep 12, 2023 · 2 comments
Closed

Can I run the onnx model as a batch process? #207

hopeux opened this issue Sep 12, 2023 · 2 comments
Assignees
Labels
question It is not an issue but rather a user question

Comments

@hopeux
Copy link

hopeux commented Sep 12, 2023

I am trying to run the Onnx model as batch, but I cannot change the input_shape variable of the model. For this, I followed the steps in the link https://onnxruntime.ai/docs/tutorials/mobile/helpers/make-dynamic-shape-fixed.html.

Apart from this, I could not access any raw version of the model. If it is available, how can I reach it? If it is not available, where can I find the information necessary to train the model?

@hopeux hopeux changed the title Can I run the onnx model as a bach process? Can I run the onnx model as a bacth process? Sep 12, 2023
@hopeux hopeux changed the title Can I run the onnx model as a bacth process? Can I run the onnx model as a batch process? Sep 12, 2023
@fengyuentau
Copy link
Member

  1. You can use onnxsim to change the batch, https://github.com/daquexian/onnx-simplifier
  2. We provide reference links to the original repository if possible. Go to those repos and find how to train the model.

@fengyuentau fengyuentau self-assigned this Sep 13, 2023
@fengyuentau fengyuentau added the question It is not an issue but rather a user question label Sep 13, 2023
@fengyuentau
Copy link
Member

Close for now. Feel free to reopen if you still have questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question It is not an issue but rather a user question
Projects
None yet
Development

No branches or pull requests

2 participants