Jirka Borovec
|
1d4b6be17b
|
rename trainer modules, drop `_mixin` (#571)
* rename trainer modules, drop _mixin
* fix imports
|
2019-12-04 11:39:14 -05:00 |
Jirka Borovec
|
3a58937d8b
|
rename variables nb -> num (#567)
* rename nb -> num
* flake8
* batch_nb, epoch_nb, gpu_nb, split_nb
* add _num deprecations
|
2019-12-04 06:57:10 -05:00 |
Jirka Borovec
|
63717e8fda
|
prune tests (#564)
* format docstring in tests
* prune unused vars
* optimize imports
* drop duplicated var
|
2019-12-04 06:48:53 -05:00 |
Nic Eggert
|
62f6f92fdf
|
Use pytest tmpdir fixture (#482)
* Use pytest tmpdir
* Switch to tmpdir fixtures
* Switch to tmpdir fixture
* tmpdir fixture
* Fix more conflicts
|
2019-12-03 08:01:04 -05:00 |
Jirka Borovec
|
47659daa5f
|
speed-up testing (#504)
* extend CI timeout
* add short MNIST
* lower dataset and stop thr
* refactor imports
* formatting
* early stop
* play params
* play params
* minor refactoring
# Conflicts:
# pytorch_lightning/testing/__init__.py
# pytorch_lightning/testing/lm_test_module.py
# pytorch_lightning/testing/lm_test_module_base.py
# pytorch_lightning/testing/lm_test_module_mixins.py
# pytorch_lightning/testing/model.py
# pytorch_lightning/testing/model_base.py
# pytorch_lightning/testing/model_mixins.py
# pytorch_lightning/testing/test_module.py
# pytorch_lightning/testing/test_module_base.py
# pytorch_lightning/testing/test_module_mixins.py
* typo
Co-Authored-By: Ir1dXD <sirius.caffrey@gmail.com>
* Revert "refactor imports"
This reverts commit b86aee92
* update imports
|
2019-11-28 12:06:05 -05:00 |
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 |
William Falcon
|
5afae59715
|
refactored tests (#417)
* refactored tests
* refactored tests
* refactored tests
* refactored tests
* refactored tests
* refactored tests
* refactored tests
* refactored tests
* refactored tests
|
2019-10-23 06:10:13 -04:00 |