lightning/pytorch_lightning/core
Justus Schock 7358d456f3
Retrieve last logged val from result by key (#3049)
* return last logged value

* Update test_results.py

* Update step_result.py

* Update step_result.py

* pep8

* pep8
2020-08-19 18:59:14 -04:00
..
__init__.py document lightiningmodule better (#2920) 2020-08-11 19:39:43 -04:00
datamodule.py Fixes #2943 (#2970) 2020-08-13 21:44:55 -04:00
decorators.py remove deprecated in v0.9 (#2760) 2020-07-30 23:19:28 +02:00
grads.py Rework of Sklearn Metrics (#1327) 2020-06-10 15:43:12 +02:00
hooks.py add apex test (#2921) 2020-08-13 10:03:13 -04:00
lightning.py ddp fix for trainer.test() + add basic ddp tests (#2997) 2020-08-16 11:19:57 -04:00
memory.py add apex test (#2921) 2020-08-13 10:03:13 -04:00
saving.py ddp fix for trainer.test() + add basic ddp tests (#2997) 2020-08-16 11:19:57 -04:00
step_result.py Retrieve last logged val from result by key (#3049) 2020-08-19 18:59:14 -04:00