lightning/tests/base
chaton 9c8701f2e2
[feat] Logging refactor 2/n - train (#4495)
* update logging

* solve more bugs

* replace Mapping by Dict

* update on comments

* resolve pep8

* Apply suggestions from code review

Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>

* Update pytorch_lightning/trainer/connectors/logger_connector/epoch_result_store.py

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

* update on comments

* typo

* update for coverage

* update test

* update

* Update tests/models/test_hooks.py

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

* Update tests/models/test_hooks.py

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

* update on comments

* remove deepcopy

* remove useless look for

* another small optim

* extra optim

* remove lastest optim, can be source of bug

* resolve bug

* add docstring

* optimize coverage

* Update pytorch_lightning/trainer/connectors/logger_connector/epoch_result_store.py

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

* Update pytorch_lightning/trainer/connectors/logger_connector/epoch_result_store.py

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

* Update tests/trainer/logging_tests/test_distributed_logging.py

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

* Update pytorch_lightning/trainer/evaluation_loop.py

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

* Update tests/trainer/logging/test_logger_connector.py

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

* Update tests/trainer/logging_tests/test_train_loop_logging_1_0.py

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

* update on comments

* update

* update on comments

* update parity speed

* get it down to 0.65

* update

* 0.8 max_dif

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-11-05 22:27:04 +00:00
..
__init__.py Bugfix/4449 dict attribute error (#4480) 2020-11-04 19:35:07 +00:00
boring_model.py notices (#4118) 2020-10-13 07:18:07 -04:00
dataloaders.py notices (#4118) 2020-10-13 07:18:07 -04:00
datamodules.py notices (#4118) 2020-10-13 07:18:07 -04:00
datasets.py notices (#4118) 2020-10-13 07:18:07 -04:00
deterministic_model.py Optimizer closure (#4190) 2020-10-21 19:34:29 +01:00
develop_pipelines.py notices (#4118) 2020-10-13 07:18:07 -04:00
develop_utils.py [feat] Logging refactor 2/n - train (#4495) 2020-11-05 22:27:04 +00:00
mixins.py Fix lr key name in case of param groups (#1719) 2020-05-10 17:05:34 -04:00
model_optimizers.py add option to log momentum (#4384) 2020-10-28 21:56:58 +05:30
model_template.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_test_dataloaders.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_test_epoch_ends.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_test_steps.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_train_dataloaders.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_train_steps.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_utilities.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_valid_dataloaders.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_valid_epoch_ends.py notices (#4118) 2020-10-13 07:18:07 -04:00
model_valid_steps.py notices (#4118) 2020-10-13 07:18:07 -04:00
models.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00
simple_model.py notices (#4118) 2020-10-13 07:18:07 -04:00
test_datasets.py notices (#4118) 2020-10-13 07:18:07 -04:00