Skip to content

Disable Progress bars for Train/Validation/Predict separately #13358

@CompRhys

Description

@CompRhys

🚀 Feature

Currently we can turn off progress bars by setting enable_progress_bar=False but this is an all or nothing solution.

Motivation

I am using PL trainer to make predictions in a small customer facing prototype, the progress bars make the output look very different to the previous solution we are proposing a drop in solution for. We can disable all the progress bars but it's useful to have them for monitoring training even if we do not want them when calling predict.

Pitch

Additional kwargs to disable progress bars for Trainer.predict calls

cc @justusschock @kaushikb11 @awaelchli @Borda @rohitgr7

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions