lightning/tests/trainer/logging_
Kaushik B b190403e28
Add outputs param for `on_val/test_epoch_end` hooks (#6120)
* add outputs param for on_val/test_epoch_end hooks

* update changelog

* fix warning message

* add custom call hook

* cache logged metrics

* add args to docstrings

* use warning cache

* add utility method for param in sig check

* Update CHANGELOG.md

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

* update docstring

* add test for eval epoch end hook

* add types and replace model ref

* add deprecation test

* fix test fx name

* add model hooks warning

* add old signature model to tests

* add clear warning cache

* sopport args param

* update tests

* add tests for model hooks

* code suggestions

* add signature utils

* fix pep8 issues

* fix pep8 issues

* fix outputs issue

* fix tests

* code fixes

* fix validate test

* test

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-03-16 12:15:16 -04:00
..
__init__.py fix logging test 2021-01-26 14:57:34 +01:00
test_distributed_logging.py fix logger creating directory structure too early in DDP (#6380) 2021-03-09 09:49:59 +00:00
test_eval_loop_logging_1_0.py Add outputs param for `on_val/test_epoch_end` hooks (#6120) 2021-03-16 12:15:16 -04:00
test_logger_connector.py missing tests default_root_dir=tmpdir (#6314) 2021-03-04 19:23:12 +00:00
test_progress_bar_logging.py fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
test_train_loop_logging_1_0.py missing tests default_root_dir=tmpdir (#6314) 2021-03-04 19:23:12 +00:00