hfutils.utils.tqdm_
tqdm
- hfutils.utils.tqdm_.tqdm(*args, silent: bool = False, **kwargs)[source]
An enhanced version of tqdm (progress bar) with an option to silence the output.
This function modifies the behavior of tqdm to allow silencing the progress bar.
- Parameters:
args – Positional arguments to be passed to tqdm.
silent (bool) – If True, the progress bar content will not be displayed.
kwargs – Additional keyword arguments to be passed to tqdm.
- Returns:
tqdm progress bar.
- Return type:
tqdm.std.tqdm