Skip to content

Commit

Permalink
Fix upgrade guide regarding removed Trainer.reset_*_dataloaders() (#…
Browse files Browse the repository at this point in the history
…18341)

(cherry picked from commit 2ca1571)
  • Loading branch information
awaelchli authored and lantiga committed Aug 30, 2023
1 parent 6fee160 commit e67d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/upgrade/sections/1_8_regular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- `PR12804`_

* - used ``Trainer.reset_train_val_dataloaders()``
- call ``Trainer.reset_train_dataloaders()`` and ``Trainer.reset_val_dataloaders()`` separately
- call ``Trainer.fit_loop.setup_data()``
- `PR12184`_

* - imported ``pl.core.lightning``
Expand Down

0 comments on commit e67d1b1

Please sign in to comment.