Skip to content

Commit

Permalink
Update migration guide for renamed progress bar base class (#18178)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Jul 31, 2023
1 parent 508f02a commit 1e0fa18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source-pytorch/upgrade/sections/1_9_devel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@
- pass dataloders directly
- `PR16714`_

* - used ``pl.callbacks.progress.base.ProgressBarBase``
- rename to ``pl.callbacks.progress.ProgressBar``
- `PR17058`_

* - accessed ``ProgressBarBase.train_batch_idx`` property
- rely on Trainer internal loops’ properties
- `PR16760`_
Expand Down Expand Up @@ -302,6 +306,7 @@
.. _pr16203: https://github.com/Lightning-AI/lightning/pull/16203
.. _pr16462: https://github.com/Lightning-AI/lightning/pull/16462
.. _pr16714: https://github.com/Lightning-AI/lightning/pull/16714
.. _pr17058: https://github.com/Lightning-AI/lightning/pull/17058
.. _pr16760: https://github.com/Lightning-AI/lightning/pull/16760
.. _pr16759: https://github.com/Lightning-AI/lightning/pull/16759
.. _pr16618: https://github.com/Lightning-AI/lightning/pull/16618

0 comments on commit 1e0fa18

Please sign in to comment.