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 forinstance.miniters == 1
before updating.- run()[source]
This function does exactly the same as
TMonitor.run
, except we do not check forinstance.miniters == 1
before updating. This allows the timer to update every 1 second on the screen making the pipeline feel running