morpheus.utils.monitor_utils.SilentMorpheusTqdm#
- class SilentMorpheusTqdm(*args, **kwargs)[source]#
Bases:
MorpheusTqdmSubclass 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