lightning/tests/base
Nicki Skafte 17d8773106
New modular metric interface (#2528)
* new base structure

* missing packages

* updated interface

* revert some changes

* fixes

* add changelog

* fix bug

* added description

* test for pickable

* fixing test

* fixing test

* fix pickle issue

* reduceop typehints back

* remove redundant module arg

* add save/load test

* add aggregate method

* text clarification

* fix doctest

* Apply suggestions from code review

* change test to results obj

* fix docs

* formatting

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* formatting

* pep

* Update CHANGELOG.md

* suggestions

* fix tests

* fix pep8

* fix tests

Co-authored-by: Nicki Skafte <nugginea@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-08-26 13:01:29 +02:00
..
__init__.py More robust way of collecting init argument names for LightningModules (#3066) 2020-08-20 07:19:11 -04:00
dataloaders.py Bugfix/_has_len (#2307) 2020-06-26 09:31:08 -04:00
datamodules.py re-trigger build (#2988) 2020-08-15 21:13:00 -04:00
datasets.py clean tests imports (#2834) 2020-08-06 16:58:51 +02:00
deterministic_model.py added lr scheduler test using dev debugger (#3004) 2020-08-16 11:37:38 -04:00
develop_pipelines.py remove parameterize from TPU tests (#2561) 2020-07-09 06:46:07 -04:00
develop_utils.py constant root seed in reset_seed (tests) (#2895) 2020-08-09 21:23:01 +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 Bugfix: Lr finder and hparams compatibility (#2821) 2020-08-07 00:34:48 +02:00
model_template.py More robust way of collecting init argument names for LightningModules (#3066) 2020-08-20 07:19:11 -04:00
model_test_dataloaders.py Add missing test for "multiple dataloader + percent_check fix" (#2226) 2020-06-23 11:21:24 -04:00
model_test_epoch_ends.py Add missing test for "multiple dataloader + percent_check fix" (#2226) 2020-06-23 11:21:24 -04:00
model_test_steps.py flake8 fixes (#3064) 2020-08-20 07:45:22 -04:00
model_train_dataloaders.py Bugfix/_has_len (#2293) 2020-06-19 23:38:15 -04:00
model_train_steps.py New modular metric interface (#2528) 2020-08-26 13:01:29 +02:00
model_utilities.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
model_valid_dataloaders.py Add missing test for "multiple dataloader + percent_check fix" (#2226) 2020-06-23 11:21:24 -04:00
model_valid_epoch_ends.py ddp fix for trainer.test() + add basic ddp tests (#2997) 2020-08-16 11:19:57 -04:00
model_valid_steps.py fix result obj dp auto reduce (#3013) 2020-08-17 10:29:39 -04:00
models.py Refactor model summary + generalize example input array (#1773) 2020-06-15 17:05:58 -04:00
test_datasets.py fixing TPU tests (#2632) 2020-07-27 19:07:09 -04:00