Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove TQDMProgressBar callback #899

Merged
merged 1 commit into from
Feb 23, 2024
Merged

remove TQDMProgressBar callback #899

merged 1 commit into from
Feb 23, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Feb 23, 2024

The TQDMProgressBar callback is added automatically by pytorch-lightning here if enable_progress_bar=True, which is the default (the default is None but that gets converted to True here).

This removes the parts where we set it, so it will still show up by default but users will now be able to disable it by passing enable_progress_bar=False either to the model constructors for regular models or through the config for auto models.

Fixes #584
Fixes #858

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez marked this pull request as ready for review February 23, 2024 16:42
@cchallu cchallu merged commit 020b234 into main Feb 23, 2024
15 checks passed
@cchallu cchallu deleted the remove-tqdm-cbk branch February 23, 2024 20:51
marcopeix pushed a commit that referenced this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants