🐛 Bug description
ignite.contrib.handlers.tqdm_logger.ProgressBar can accept None in the bar_format initialization argument (as documented), but this is not reflected in the type annotation.
|
bar_format: str = "{desc}[{n_fmt}/{total_fmt}] {percentage:3.0f}%|{bar}{postfix} [{elapsed}<{remaining}]", |