Jirka Borovec
af44583050
drop torchvision, tests only ( #797 )
...
* drop torchvision, tests only
* manifest
* move test utils
2020-02-10 22:47:18 -05:00
Nic Eggert
dfb6d3626e
Fix failing GPU tests ( #722 )
...
* Fix distributed_backend=None test
We now throw a warning instead of an exception. Update test
to reflect this.
* Fix test_tube logger close when debug=True
2020-01-21 14:26:43 -05:00
Elliot Waite
1051c189e1
Simplify variables: step, epoch, max_epochs, min_epochs ( #589 )
2019-12-07 08:50:21 -05:00
Adrian Wälchli
f7e1040236
Docs and Tests for "gpus" Trainer Argument ( #593 )
...
* add table for gpus argument
* fix typo in error message
* tests for supported values
* tests for unsupported values
* fix typo
* add table for gpus argument
* fix typo in error message
* tests for supported values
* tests for unsupported values
* fix typo
* fix typo list->str
* fix travis warning "line too long"
2019-12-07 08:48:45 -05:00
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
Jirka Borovec
9785a3e78e
Refactor: name modules ( #548 )
...
* refactor: rename some modules
* add deprecation warnings
* fix paths
2019-11-26 22:39:18 -05:00
Yongrae Jo
32dd803b1e
Fix min_max gpu memory logging bug ( #453 )
...
* #452 Fix ValueError
* #452 Use subprocess.run
* #452 Simplify code for gpu_memory_map
* #452 Simplify code for min max memory
* #452 Add test for get_memory_profile
* #452 Use os.sep
* #452 Use os.linesep
2019-11-05 08:55:44 -05: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