morpheus.utils.monitor_utils.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.
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
n

Increment to add to the internal counter of iterations.

Previous morpheus.utils.monitor_utils
Next morpheus.utils.monitor_utils.MorpheusTqdmMonitor
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.