-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
featureIs an improvement or enhancementIs an improvement or enhancementgood first issueGood for newcomersGood for newcomersplGeneric label for PyTorch Lightning packageGeneric label for PyTorch Lightning packageprogress bar: rich
Description
🚀 Feature
Currently we have the Rich Progress Bar/Summary in Lightning. However, we only enable it if the user passes the Rich Progress Bar Callback to the Trainer manually.
I see a few options, based on what we'd like to go for in the future:
- Enable the Rich Progress Bar/Model Summary if Rich is available (@ananthsub mentioned that we might need to check for Rich 10+ Add
RichModelSummary
callback #9546 (comment)) - Put the Rich Progress Bar/Summary in Bolts. This means we can only enable the Rich Progress Bar if Bolts is installed (and a version that contains the progress bar)
- Keep as is
Personally I'm a big fan of 1 as it gives users a nice new progress bar/model summary to look at, which would be nice for a new release! All the user needs to do is pip install rich -U
.
If you have other alternatives please put below! Also please let me know which options you'd like
ananthsub and rohitgr7awaelchli and tchaton
Metadata
Metadata
Assignees
Labels
featureIs an improvement or enhancementIs an improvement or enhancementgood first issueGood for newcomersGood for newcomersplGeneric label for PyTorch Lightning packageGeneric label for PyTorch Lightning packageprogress bar: rich