morpheus.utils.monitor_utils.MorpheusTqdmMonitor

class MorpheusTqdmMonitor(*args, **kwargs)[source]

Bases: tqdm.TMonitor

Monitoring thread for tqdm bars.

Methods

__call__(*args, **kwargs) Call self as a function.
run() This function does exactly the same as TMonitor.run, except we do not check for instance.miniters == 1 before updating.
run()[source]

This function does exactly the same as TMonitor.run, except we do not check for instance.miniters == 1 before updating. This allows the timer to update every 1 second on the screen making the pipeline feel running

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