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