Giter Site home page Giter Site logo

Progress Bar about maggma HOT 8 CLOSED

materialsproject avatar materialsproject commented on June 19, 2024
Progress Bar

from maggma.

Comments (8)

dwinston avatar dwinston commented on June 19, 2024

What do you mean by "worked well with logger/input outputs"? We could use (nested) tqdm progress bars, which default to sys.stderr. @tschaume ?

image

from maggma.

dwinston avatar dwinston commented on June 19, 2024

Noting here that this enhancement could be a step towards @jdagdelen's suggestion of built-in profiling: because tqdm reports seconds per iteration ("s/it"), one can profile Builder.process_item performance this way.

from maggma.

mkhorton avatar mkhorton commented on June 19, 2024

Is there a way to do this automatically? I can see if get_items is a list or a cursor it could work, but not if it's a generator, because we wouldn't know the total number of items?

from maggma.

shyamd avatar shyamd commented on June 19, 2024

Yeah, I was thinking of something along the lines of:

self.total_items = 23432
for i in items:
  yield i

And it should build the appropriate tqdm progress bar.
Ideally it should detect what kind of env and use the right one as well.

from maggma.

mkhorton avatar mkhorton commented on June 19, 2024

What do you want as a best practice? A yield, a cursor..?

from maggma.

shyamd avatar shyamd commented on June 19, 2024

from maggma.

dwinston avatar dwinston commented on June 19, 2024

Right. If there's no count, it would still be valuable to see it/s. I think the runner can try to call <obj>.count() and then len(<obj>) on what get_items() returns (wrapping in a try/except) to pass the total= kwarg to the tqdm constructor. I think it'd also be helpful for the runner to look for a Builder.total_items set in the case of yielding.

from maggma.

shyamd avatar shyamd commented on June 19, 2024

Taken care of with #24

from maggma.

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.