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
After going through the commits I found that you have modified the model head to include multi-batch during onnx export,
I am able to export the model and in the netron it shows multi batch aswell.
My question is:
how to do inferece on this exported onnx file using python ?
What changes needs to be done in pre-processing or post-processing ?
The text was updated successfully, but these errors were encountered:
After going through the commits I found that you have modified the model head to include multi-batch during onnx export,
I am able to export the model and in the netron it shows multi batch aswell.
My question is:
The text was updated successfully, but these errors were encountered: