morpheus.stages.general.monitor_stage.MorpheusTqdmMonitor

class MorpheusTqdmMonitor(*args, **kwargs)[source]

Bases: tqdm.TMonitor

Monitoring thread for tqdm bars.

Methods

__call__(*args, **kwargs)

Call self as a function.

run()

This function does exactly the same as TMonitor.run, except we do not check for instance.miniters == 1 before updating.

run()[source]

This function does exactly the same as TMonitor.run, except we do not check for instance.miniters == 1 before updating. This allows the timer to update every 1 second on the screen making the pipeline feel running

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.