lightning/docs/source
chaton 0435e23a64 deprecate enable_pl_optimizer as it is not restored properly (#5244)
* update

* clean test

* still in progress

* udpdate test

* update

* update

* resolve flake

* add test for zero_grad

* update

* works without accumulated_grad

* update

* update

* resolve amp

* revert back to True

* update

* clean tests

* cleaned out

* typo

* update test

* git repare bug

* remove print

* udpate

* Fix formatting/optimizer imports

* Refactor the test for cleanliness

* Add vanilla model to the test, better var names

* Fixed var names, let's clean up these mock tests

* repare test

* update test

* resolve flake8

* add manual_optimization

* update tests

* resolve flake8

* add random accumulate_grad_batches

* improve test

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update

* clean tests

* correct bug

* Apply suggestions from code review

* format

* adress comments

* update on comments

* wip

* typo

* depreceate enable_pl_optimizer

* resolve latest bugs

* update

* resolve merge

* add comment

* Update pytorch_lightning/core/lightning.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/deprecated_api/test_remove_1-3.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/connectors/optimizer_connector.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update on comments

* update restore

* add a property

* remove setstate as not needed anymore

* update test

* provide optimizer to on_before_zero_grad

* update on comments

* update on comments

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* mofidy import

* update changelog

* resolve flake8

* update

* update

* clean doc

Co-authored-by: SeanNaren <sean@grid.ai>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

(cherry picked from commit f2e99d617f)
2021-01-26 14:29:46 +01:00
..
_images Document speed comparison (#2072) 2021-01-05 09:58:37 +01:00
_static Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
_templates logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
accelerators.rst docs: minor spelling tweaks (#5022) 2020-12-08 16:27:43 -05:00
amp.rst set xxx_AVAILABLE as protected (#5082) 2020-12-14 20:19:05 +05:30
api_references.rst logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
asr_nlp_tts.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
benchmarking.rst Document speed comparison (#2072) 2021-01-05 09:58:37 +01:00
bolts.rst docs: minor spelling tweaks (#5022) 2020-12-08 16:27:43 -05:00
callbacks.rst docs: Add BackboneLambdaFinetuningCallback (#5553) 2021-01-25 12:07:02 +00:00
child_modules.rst Drop all result docs. Make the separation between flow and logging clear (#3744) 2020-09-30 08:31:16 -04:00
cloud_training.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
community_examples.rst Add lightning-geometric (#4771) 2020-11-20 08:45:04 +01:00
conf.py docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
converting.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
datamodules.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
debugging.rst Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-06 12:57:24 +01:00
early_stopping.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
fast_training.rst created minor doc fixes [ci skip] (#3958) 2020-10-13 15:52:32 +02:00
governance.rst [docs] Add ananthsub to core (#5476) 2021-01-26 14:28:47 +01:00
hyperparameters.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
index.rst Document speed comparison (#2072) 2021-01-05 09:58:37 +01:00
introduction_guide.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
lightning_module.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
loggers.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
logging.rst Enable`self.log` in most functions. (#4969) 2020-12-06 13:01:43 +00:00
lr_finder.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
metrics.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
multi_gpu.rst Update sharded install to latest fairscale release, add reasoning why fork required for sequential parallelism (#5380) 2021-01-26 14:27:56 +01:00
multiple_loaders.rst Add Support for multiple train loaders (#1959) 2021-01-04 19:57:53 +00:00
new-project.rst deprecate enable_pl_optimizer as it is not restored properly (#5244) 2021-01-26 14:29:46 +01:00
optimizers.rst deprecate enable_pl_optimizer as it is not restored properly (#5244) 2021-01-26 14:29:46 +01:00
performance.rst [feat] 3/n pp (#5036) 2020-12-09 16:31:18 +00:00
plugins.rst Enable custom apex and amp plugins (#4355) 2020-10-25 17:11:07 -04:00
production_inference.rst docs: use ref for anchor links, fix a few typo (#3486) 2020-09-13 21:04:21 -04:00
profiler.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
pytorch_ecoystem.rst [Example] Add Pytorch Geometric Example (#4568) 2020-11-18 20:03:55 +00:00
rapid_prototyping_templates.rst docs fixes (#4080) 2020-10-11 13:12:19 -04:00
sequences.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
single_gpu.rst docs: use ref for anchor links, fix a few typo (#3486) 2020-09-13 21:04:21 -04:00
slurm.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
style_guide.rst docs cleaning - testcode (#5595) 2021-01-26 04:44:54 -05:00
test_set.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
tpu.rst Add a performance section to TPU docs to address FAQ (#5445) 2021-01-11 08:12:38 -05:00
trainer.rst deprecate enable_pl_optimizer as it is not restored properly (#5244) 2021-01-26 14:29:46 +01:00
training_tricks.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
transfer_learning.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
weights_loading.rst Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00