lightning/pytorch_lightning
Akihiro Nitta d1529c28a1
Optimization docs (#6907)
* .

* .

* Fix link to the section

* Fix link to the section

* Consistent indent

* Update docs

* Apply suggestions from code review

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

* Add note for optimizer.optimizer

* .

* Update hooks

* Update closure docstring

* Update optimizer methods

* Update optimizer

* Remove manopt + grad clipping (by @flukeskywalker)

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-04-19 10:08:49 -04:00
..
accelerators Create pytorch_lightning/utilities/types.py (#7048) 2021-04-19 14:43:16 +02:00
callbacks Add Trainer max_time argument + Callback (#6823) 2021-04-16 13:38:57 +02:00
core Optimization docs (#6907) 2021-04-19 10:08:49 -04:00
distributed [bug] Update broadcast + reduce decision ModelCheckpoint] (#6410) 2021-03-14 17:14:27 +00:00
loggers Add typings for evaluation_loop.py and remove some dead code (#7015) 2021-04-15 07:36:04 +00:00
metrics less IDE complain about unused args (#6786) 2021-04-01 18:19:00 +02:00
overrides fix self.device access in DataParallel (#6414) 2021-04-13 02:03:24 +02:00
plugins Create pytorch_lightning/utilities/types.py (#7048) 2021-04-19 14:43:16 +02:00
profiler Do not describe when there's no summary (#6681) 2021-03-26 14:58:05 +00:00
trainer Optimization docs (#6907) 2021-04-19 10:08:49 -04:00
tuner Fixed missing arguments in `lr_find` call (#6784) 2021-04-06 11:37:15 +02:00
utilities Create pytorch_lightning/utilities/types.py (#7048) 2021-04-19 14:43:16 +02:00
__about__.py rc2 (#7057) 2021-04-16 20:34:14 +02:00
__init__.py rename about (#7002) 2021-04-14 18:56:40 -04:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py refactoring setup (#6590) 2021-03-22 08:39:19 -04:00