Skip to content

Commit

Permalink
Loop Refactor 6/N - Remove Old Predict Loop (#8094)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jun 23, 2021
1 parent fe48203 commit 4dc08e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 166 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* Restricted public access to several internal functions ([#8024](https://github.com/PyTorchLightning/pytorch-lightning/pull/8024))
* Refactored trainer `_run_*` functions and separate evaluation loops ([#8065](https://github.com/PyTorchLightning/pytorch-lightning/pull/8065))
* Refactored prediction loop interface; added new classes `PredictionDataLoaderLoop`, `PredictionEpochLoop` ([#7700](https://github.com/PyTorchLightning/pytorch-lightning/pull/7700))
* Removed `pytorch_lightning/trainer/predict_loop.py` ([#8094](https://github.com/PyTorchLightning/pytorch-lightning/pull/8094))


- Refactored logging
Expand Down
164 changes: 0 additions & 164 deletions pytorch_lightning/trainer/predict_loop.py

This file was deleted.

2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ exclude_lines =
omit =
pytorch_lightning/cluster_environments/*.py
pytorch_lightning/utilities/distributed.py
pytorch_lightning/trainer/evaluation_loop.py
pytorch_lightning/trainer/predict_loop.py
pytorch_lightning/tuner/auto_gpu_select.py


Expand Down

0 comments on commit 4dc08e4

Please sign in to comment.