Commit Graph

19 Commits

Author SHA1 Message Date
Rohit Gupta 959174703b Fix rich main progress bar update (#12618) 2022-04-13 14:14:29 -04:00
Carlos Mocholí aea96e45a4
Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
Kaushik B 6ff38d4c8e
Update RichProgressBarTheme after detecting light theme on colab (#10993) 2022-02-22 05:32:27 +00:00
Rohit Gupta e9065e9d42
Fix rich with uneven refresh rate tracking (#11668)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-02-03 10:27:05 +00:00
Rohit Gupta eceefdc602
Fix rich progress bar render only on main pbar (#11690) 2022-02-03 04:18:07 +00:00
Rohit Gupta ee049e123d
Fix rich progress bar metric render on epoch end (#11689)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-02-03 01:43:48 +00:00
Aki Nitta 8dc36c3745
Fix inconsistent exceptions raised with no `rich` installed (#11360)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2022-01-12 03:55:51 +00:00
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