-
Notifications
You must be signed in to change notification settings - Fork 104
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 session conversion taking long time if model has more estimators #1128
Comments
Is it possible to know which part of your script is taking most of the time? This PR microsoft/onnxruntime#22043 should reduce the loading time in onnxruntime. |
Thank you for the reply @xadupre
|
Ok then i think the recent code change i made in onnxruntime should solve it. |
Release 1.20 is scheduled before december. I'm not aware of any dependency issue. |
May I please know which version after 1.14.1 has the fix for that issue, I can run through that |
It will be available in the next release 1.20. |
I'm waiting for that release, some of the models taking very long time for prediction. |
Hi @xadupre
Timing didn't change much |
Can I have some help on this please
I have 2 pyod Isolation Forest algorithms,
one with 100 estimators, another with 750 estimators
attached both modelProto files in compressed text files
IsolationForestestimators.zip
versions
Code
getting below times
The session conversion taking long time, is this anything to do with library
Using this for pyod model to onnx conversion https://github.com/onnx/sklearn-onnx/blob/main/docs/tutorial/plot_wext_pyod_forest.py
any help much appreciate
The text was updated successfully, but these errors were encountered: