Kaushik B
|
5eeca87e98
|
Fix deadlocks for distributed training for RichProgressBar (#10428)
|
2021-11-09 18:30:37 +05:30 |
Kaushik B
|
34fcb87a2b
|
Add `leave` argument to RichProgressBar (#10301)
* Add display_every_n_epochs argument to RichProgressBar
* Add tests
* Update test
* Update test
* Update changelog
* use leave argument instead
* Update pytorch_lightning/callbacks/progress/rich_progress.py
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2021-11-02 13:20:52 -04:00 |
Kaushik B
|
c52d7ba73d
|
Add `configure_columns` method to RichProgressBar (#10288)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2021-11-01 17:22:53 +00:00 |
Sean Naren
|
ccfd10a39b
|
[1/n] Add support for iterable datasets to Rich ProgressBar (#9734)
|
2021-09-29 09:54:30 +00:00 |
Sean Naren
|
fd2e778cbc
|
Improvements for rich progress (#9579)
|
2021-09-22 15:11:37 +00:00 |
Sean Naren
|
45200fc858
|
Improvements for rich progress bar (#9559)
|
2021-09-16 21:11:59 +00:00 |
Danielle Pintz
|
160e7e1289
|
Deprecate LightningModule.get_progress_bar_dict (#8985)
* Move get_progress_bar_dict from lightning module to progress bar callback
|
2021-09-09 20:53:47 +00:00 |
Kaushik B
|
538e743f17
|
feat: Add Rich Progress Bar (#8929)
Co-authored-by: thomas chaton <thomas@grid.ai>
|
2021-08-24 02:40:36 +00:00 |