You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🐛 Bug description
ignite.contrib.handlers.tqdm_logger.ProgressBar
can acceptNone
in thebar_format
initialization argument (as documented), but this is not reflected in the type annotation.ignite/ignite/contrib/handlers/tqdm_logger.py
Line 120 in 82a929d
The text was updated successfully, but these errors were encountered: