Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TqdmCallback: add support for custom tqdm subclasses
This will allow customizing the tqdm progressbar used for the callback, and extending (since all `tqdm_kwargs` is passed to the underlying implementation.) Eg: in dvc, we have custom logic to align all the _progress_ _bars_ of tqdm, even if they have different description length.
- Loading branch information