lightning/tests/base
So Uchida 22d7d03118
Replace meta_tags.csv with hparams.yaml (#1271)
* Add support for hierarchical dict

* Support nested Namespace

* Add docstring

* Migrate hparam flattening to each logger

* Modify URLs in CHANGELOG

* typo

* Simplify the conditional branch about Namespace

Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>

* Update CHANGELOG.md

Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>

* added examples section to docstring

* renamed _dict -> input_dict

* mata_tags.csv -> hparams.yaml

* code style fixes

* add pyyaml

* remove unused import

* create the member NAME_HPARAMS_FILE

* improve tests

* Update tensorboard.py

* pass the local test w/o relavents of Horovod

* formatting

* update dependencies

* fix dependencies

* Apply suggestions from code review

* add savings

* warn

* docstrings

* tests

* Apply suggestions from code review

* saving

* Apply suggestions from code review

* use default

* remove logging

* typo fixes

* update docs

* update CHANGELOG

* clean imports

* add blank lines

* Update pytorch_lightning/core/lightning.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update pytorch_lightning/core/lightning.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* back to namespace

* add docs

* test fix

* update dependencies

* add space

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-05-13 15:05:15 +02:00
..
__init__.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
dataloaders.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
datasets.py default test logger (#1478) 2020-04-21 20:33:10 -04:00
mixins.py Fix lr key name in case of param groups (#1719) 2020-05-10 17:05:34 -04:00
model_optimizers.py Fix lr key name in case of param groups (#1719) 2020-05-10 17:05:34 -04:00
model_template.py device property (#1791) 2020-05-12 23:18:39 -04:00
model_test_dataloaders.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_test_epoch_ends.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_test_steps.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_train_dataloaders.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_train_steps.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_utilities.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_valid_dataloaders.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_valid_epoch_ends.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
model_valid_steps.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
models.py Tests: refactor cleanup (#1744) 2020-05-10 13:15:28 -04:00
utils.py Replace meta_tags.csv with hparams.yaml (#1271) 2020-05-13 15:05:15 +02:00