lightning/pytorch_lightning
chaton 3da28fd634
[feat] 1/2 Add trainer.predict (#5579)
* start adding predict

* add predict

* resolve test

* add predict

* remove limit_predict

* update

* add test for predict

* typo

* update on comments

* remove predict_step

* update ddp_shareded

* check ddp_sharded

* resolve on comments

* resolve isort

* update dp

* add test dp 1 gpu

* made default forward

* resolve path

* resolve bug

* update on comments

* resolve doc

* resolve bug

* update

* resolve bug

* update on comments

* resolve pep8

* update test doc

* update on comments

* solve special tests

* resolve bug

* resolve flake8

* Update pytorch_lightning/callbacks/progress.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* add predict to LightningModule

* missing predict

* typo

* rename is_prediction to _predicting

* add

* update

* update

* update doc

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-01-27 11:38:14 -05:00
..
accelerators [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
callbacks [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
cluster_environments Refactor: legacy accelerators and plugins (#5645) 2021-01-26 20:04:36 -05:00
core [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
distributed fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
loggers docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
metrics [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
overrides [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
plugins Fix isort failures in core (#5526) 2021-01-27 05:02:16 -05:00
profiler [feat] Add PyTorch Profiler. (#5560) 2021-01-26 06:48:54 -05:00
trainer [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
tuner Fix isort a few failures (#5504) 2021-01-15 17:44:27 -05:00
utilities [Feat] Adding PruningCallback (#5618) 2021-01-27 01:00:42 -05:00
__init__.py update nightly & upgrade Twine (#5458) 2021-01-26 14:29:47 +01:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py generalise setup tools (#5617) 2021-01-25 23:08:13 -05:00