Vadim Bereznyuk
|
50881c0b31
|
Check early stopping metric in the beginning of the training (#542)
* Early stopping fix
* Update trainer.py
* Don't force validation sanity check
* fix tests
* update
* Added early_stopping check_metrics
* Updated docs
* Update docs
* Do not call early stopping when validation is disabled
Co-authored-by: William Falcon <waf2107@columbia.edu>
|
2020-01-23 11:12:51 -05:00 |
Jirka Borovec
|
bde549cb36
|
unify model test acc (#696)
|
2020-01-17 05:50:26 -05:00 |
Jirka Borovec
|
f72e354ee6
|
fixing TensorBoard (#687)
* flake8
* fix typo
* fix tensorboardlogger
drop test_tube dependence
* formatting
* fix tensorboard & tests
* upgrade Tensorboard
* test formatting separately
* try to fix JIT issue
* add tests for 1.4
|
2020-01-16 07:22:29 -05:00 |
Jirka Borovec
|
db6b404748
|
CI pass (#671)
* fix pillow in test
* test acc
* update version in deprecated msg
|
2020-01-13 22:09:47 -05:00 |
Elliot Waite
|
1051c189e1
|
Simplify variables: step, epoch, max_epochs, min_epochs (#589)
|
2019-12-07 08:50:21 -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 |
William Falcon
|
37729f0a17
|
fixing test (#451)
|
2019-11-03 08:52:22 -05:00 |
Tullie Murrell
|
248495b1d1
|
Add tbptt (#429)
* Add truncated bptt
* Fix rebase error
* AutoPep8
* Address comments, incl default bptt_split impl
* Add tbptt test
* Add default split for lists/tuples
* Add tbptt docs
* Fix trainer spacing
* Update RequiredTrainerInterface.md
|
2019-10-31 06:45:28 -04: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 |