morpheus.utils.monitor_utils.SilentMorpheusTqdm
- class SilentMorpheusTqdm(*args, **kwargs)[source]
Bases:
morpheus.utils.monitor_utils.MorpheusTqdm
Subclass of MorpheusTqdm to silent monitors, it provides slightly different functionality with their TMonitor.
- Attributes
- format_dict
- monitor
Methods
__call__
(*args, **kwargs)Call self as a function. stop
()Progress bar incrementing is stopped by this function. update
([n])This function updates the time and progress bar. refresh - stop()[source]
Progress bar incrementing is stopped by this function.
- update(n=1)[source]
This function updates the time and progress bar.
- Parameters
- n
Increment to add to the internal counter of iterations.