morpheus.stages.general.monitor_stage.MorpheusTqdm
- class MorpheusTqdm(*args, **kwargs)[source]
Bases:
tqdm.tqdm
Subclass of tqdm to provide slightly different functionality with their TMonitor.
- Attributes
- format_dict
- monitor
Methods
__call__
(*args, **kwargs)Call self as a function.
<a href="#morpheus.stages.general.monitor_stage.MorpheusTqdm.stop">stop</a>
()Progress bar incrementing is stopped by this function.
<a href="#morpheus.stages.general.monitor_stage.MorpheusTqdm.update">update</a>
([n])This function updates the time and progress bar.
- stop()[source]
Progress bar incrementing is stopped by this function.
- update(n=1)[source]
This function updates the time and progress bar.
- Parameters
- nint
Increment to add to the internal counter of iterations.