Adrian Wälchli
|
d6646e151a
|
Move some tests to correct subfolder/file (#1312)
* move some tests to trainer file
* fix imports
|
2020-03-31 08:58:46 -04:00 |
|
Jirka Borovec
|
2ca5356429
|
clear skipping tests (#1285)
* clear skipping tests
* fix simple/multi GPU
* review: simplify
|
2020-03-30 18:29:23 -04:00 |
|
 Jeremy JordanandJirka Borovec
|
d394b80ac8
|
calling self.forward() -> self() (#1211)
* self.forward() -> self()
* update changelog
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
|
2020-03-27 08:17:56 +01:00 |
|
Adrian Wälchli
|
2a4cd479e2
|
Disable validation when val_percent_check=0 (#1251)
* fix disable validation
* add test
* update changelog
* update docs for val_percent_check
* make "fast training" docs consistent
|
2020-03-27 02:07:22 +00:00 |
|
Jirka Borovec
|
45d671a4a8
|
CI: split tests-examples (#990)
* CI: split tests-examples
* tests without template
* comment depends
* CircleCI typo
* add doctest
* update test req.
* CI tests
* setup macOS
* longer train
* lover pred acc
* fix model
* rename default model
* lower tests acc
* typo
* imports
* fix test optimizer
* update calls
* fix Win
* lower Drone image
* fix call
* pytorch image
* fix test
* add dev image
* add dev image
* update image
* drone volume
* lint
* update test notes
* rename tests/models >> tests/base
* group models
* conftest
* optim imports
* typos
* fix import
* fix tests
* install AMP
* tests
* fix import
|
2020-03-25 07:46:27 -04:00 |
|