lightning/pytorch_lightning/core
Jirka Borovec be60efb3cf
allow decorate model init with saving hparams (#4662)
* addd tests

* use boring model

* parsing init

* chlog

* double decorate

* Apply suggestions from code review

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

* bug

Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
2020-11-16 11:02:26 +01:00
..
__init__.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00
datamodule.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
decorators.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
grads.py PyTorch 1.7 Stable support (#3821) 2020-10-30 15:42:14 +00:00
hooks.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
lightning.py Makes automatic optimization a model attribute (#4602) 2020-11-14 11:13:42 +06:30
memory.py Refactor GPUStatsMonitor to improve training speed (#3257) 2020-09-04 06:02:16 -04:00
saving.py allow decorate model init with saving hparams (#4662) 2020-11-16 11:02:26 +01:00
step_result.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30