Kaushik B
|
5eecdcae87
|
Fix sanity check for RichProgressBar (#10913)
|
2021-12-15 09:23:35 +00:00 |
Kaushik B
|
ec0fb2fd95
|
Raise exception if rich is less than 10.2.2 (#10839)
|
2021-12-01 06:14:19 +00:00 |
Kaushik B
|
137b62d80d
|
Add `refresh_rate` to RichProgressBar (#10497)
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2021-11-19 05:59:57 +00:00 |
Raahul Singh
|
09cf167237
|
Change attributes of `RichProgressBarTheme` dataclass (#10454)
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
|
2021-11-11 19:53:40 +00:00 |
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 |