lightning/docs
Ir1dXD 7324dd902b change Checkpoint callback's `save_best_only` to `save_top_k` (#128)
* docs: enable syntax highlight

* feat: change Checkpoint callback's `save_best_only` to `save_top_k`

fix #70

* docs: update docs for save_top_k

* revert other files

* style: lint for travis-ci

* fix typo

* make flake8 happy

* update according to review

* add tests

* rename func to private

* add doc on `save_top_k == 0`

* make flake8 happy

* update according to PR comments

* change some f-strings

* Update pt_callbacks.py

* Update test_models.py

* update options

* create folders

* Update test_models.py

* change epoch num

* support calling multiple times, add docs and tests

* update docs

* roll back changes in earlystopping

* clean test files

* make flake8 happy

* fix epoch number

* update tests about epoch numbers

* clean debugging code

* fix testing utils codes

* fix testing utils codes

* fix testing utils codes

* fix testing utils codes

* change save_dir to tests/tests according to previous lines

* remove unused overwrite option

* make flake8 happy

* change var name as per review

* make flake8 happy

* update property name to work on master

* elaborate in the docs

* update docs as per review

* revert previous commit

accidentally pressed wrong button when solving conflicts
2019-11-19 15:43:34 -08:00
..
LightningModule Update methods.md (#507) 2019-11-14 12:06:23 -05:00
Trainer change Checkpoint callback's `save_best_only` to `save_top_k` (#128) 2019-11-19 15:43:34 -08:00
examples change Checkpoint callback's `save_best_only` to `save_top_k` (#128) 2019-11-19 15:43:34 -08:00
source moved badge 2019-08-07 10:03:28 -07:00
__init__.py adding framework level dp 2019-06-25 17:56:01 -04:00
index.md Ddp2 fix (#448) 2019-11-05 10:01:52 -05:00
requirements.txt pkg relative imports 2019-08-05 10:52:09 +02:00