Giter Club home page Giter Club logo

Comments (6)

hariharans29 avatar hariharans29 commented on May 26, 2024 1

The easiest thing to do would be to disable all optimizers and compare. This would rule out the optimizers at least.

[For ORT team] As an aside I think it'll be really great if ORT printed which optimizers ran during session initialization. Then one can easily compare between different vers if more optimizers ran for the same model as a data point or which didn't.

Isn't that info already available:

LOGS(logger, INFO) << "GraphTransformer " << Name() << " modified: " << modified << " with status: " << status;
?

from onnxruntime.

hariharans29 avatar hariharans29 commented on May 26, 2024

Can you please define "slow" with numbers before and after ?

from onnxruntime.

pranavsharma avatar pranavsharma commented on May 26, 2024

The easiest thing to do would be to disable all optimizers and compare. This would rule out the optimizers at least.

[For ORT team] As an aside I think it'll be really great if ORT printed which optimizers ran during session initialization. Then one can easily compare between different vers if more optimizers ran for the same model as a data point or which didn't.

from onnxruntime.

sarojlo avatar sarojlo commented on May 26, 2024

Do you want me to run experiment with m_ort->SetSessionGraphOptimizationLevel(m_sessionOptions, ORT_DISABLE_ALL)? and share the performance profile json?

from onnxruntime.

hariharans29 avatar hariharans29 commented on May 26, 2024

Do you want me to run experiment with m_ort->SetSessionGraphOptimizationLevel(m_sessionOptions, ORT_DISABLE_ALL)? and share the performance profile json?

You can try doing that. You can also try enabling INFO level logs to enable the logs I pasted above to see the diff.

Btw - what is the impact of this ? I know session creation time has nearly doubled, but unless you have a scenario where you need to create many sessions, the impact can't be significant ?

from onnxruntime.

cbourjau avatar cbourjau commented on May 26, 2024

I didn't create this issue, but session creation time is important to us, too. We use onnxruntime for on-the-fly constant folding in Spox and higher-level in-house solutions. We want to push our tooling to a point were we can deliver a similar interactive UX as NumPy and Pandas.

from onnxruntime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.