morpheus.utils.monitor_utils.MorpheusTqdm#

class MorpheusTqdm(*args, **kwargs)[source]#

Bases: 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.

stop()

Progress bar incrementing is stopped by this function.

update([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.