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

ONNX Issue #29

Open
mayhemantt opened this issue May 2, 2024 · 1 comment
Open

ONNX Issue #29

mayhemantt opened this issue May 2, 2024 · 1 comment

Comments

@mayhemantt
Copy link

Hi, I tried to run this model on iOS (using core ml) works fine, but when I did it for Android with onnx, the inference time went high to 180ms, whereas it runs around 20-30 on ios.

I tired to look into onnx export and found there are some issues.

Has anyone faced the same and how to fix this?

@ktadgh
Copy link

ktadgh commented May 22, 2024

@mayhemantt I had issues with the instancenorm when I exported to ONNX, I solved them by using onnx-simplifier, which allowed me to build an engine using tensorrt.

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

2 participants