  
|
caa9c6760b
|
replace Hparams by init args (#1896)
* remove the need for hparams
* remove the need for hparams
* remove the need for hparams
* remove the need for hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* finished moco
* basic
* testing
* todo
* recurse
* hparams
* persist
* hparams
* chlog
* tests
* tests
* tests
* tests
* tests
* tests
* review
* saving
* tests
* tests
* tests
* docs
* finished moco
* hparams
* review
* Apply suggestions from code review
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* hparams
* overwrite
* transform
* transform
* transform
* transform
* cleaning
* cleaning
* tests
* examples
* examples
* examples
* Apply suggestions from code review
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* chp key
* tests
* Apply suggestions from code review
* class
* updated docs
* updated docs
* updated docs
* updated docs
* save
* wip
* fix
* flake8
Co-authored-by: Jirka <jirka@pytorchlightning.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2020-05-24 18:59:08 -04:00 |
|
Jirka Borovec
|
134eb61e1a
|
Tests: refactor cleanup (#1744)
* wip
* cleaning
* optim imports
* -
* default hparams
* fix restore
* fix imports
|
2020-05-10 13:15:28 -04:00 |
|
Jirka Borovec
|
6d58fb1353
|
Tests: refactor trainer (#1728)
* lr
* optim
* wip
* wip
* fix mean
* flake8
|
2020-05-04 16:51:39 -04:00 |
|
Jirka Borovec
|
f380027951
|
refactor default model (#1652)
* refactor default model
* drop redundant seeds
* formatting
* path
* formatting
* rename
|
2020-05-02 08:38:22 -04:00 |
|
Jirka Borovec
|
34bc149359
|
move unnecessary dict trainer_options (#1469)
* move unnecessary dict trainer_options
* fix tests
* fix tests
* formatting
* missing
|
2020-05-01 10:43:58 -04:00 |
|
Jirka Borovec
|
c1c6e3b6c9
|
default test logger (#1478)
* default test logger
* fix tests
* spawn
* try
* simplify tests
* simplify tests
* formatting
* loggers
* loggers
* revert to TestTube
* default
* default
* wraps
* world size
* optim imports
|
2020-04-21 20:33:10 -04:00 |
|
William Falcon
|
b78c3d4da8
|
Fix weights path (#1445)
* renamed default path to actual root_dir
* added default weights path
* added default weights path
* added default weights path
|
2020-04-10 12:02:59 -04:00 |
|
Alexey Karnachev
|
4c34d16a34
|
Fixed configure optimizer from dict without "scheduler" key (#1443)
* `configure_optimizer` from dict with only "optimizer" key. bug fixed
* autopep8
* pep8speaks suggested fixes
* CHANGELOG.md upd
|
2020-04-10 11:43:06 -04:00 |
|
Jirka Borovec
|
724b787cd1
|
faster CI testing (#1323)
* MNIST digits
* increase test acc
* smaller parity
* drone builds
* increase GH action timeout
* drone format
* fix paths
* drone cache
* circle cache
* fix test
* lower nb epochs
* circleCI
* user orb
* fix test
* fix test
* circle cache
* circle cache
* circle cache
* comment caches
* benchmark batch size
* cache dataset
* smaller dataset
* smaller dataset
* fix nb samples
* batch size
* fix test
|
2020-04-02 12:28:44 -04:00 |
|
 Ethan HarrisandJirka Borovec
|
28242f02d1
|
Remove default optimizer, add None optimizer option (#1279)
* Add warning when using default optimizer
* Refactor optimizer tests to test_optimizers
* Remove default optimizer, add option to use no optimizer
* Update CHANGELOG.md
* Update pytorch_lightning/trainer/optimizers.py
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
* Fix style
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
|
2020-04-02 11:48:53 -04: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 |
|
 Nicki SkafteandNicki Skafte
|
384e124490
|
ReduceLROnPlateau bug fix (#1126)
* bug fix and test
* update CHANGELOG.md
Co-authored-by: Nicki Skafte <nugginea@gmail.com>
|
2020-03-16 14:35:10 -04:00 |
|
 William FalconandJirka Borovec
|
969e929a48
|
Learning rate stepping option (#941)
* remove deprecated args to learning rate step function
* step based scheduler
* mixing models for testing
* fix styling
* tests
* update documentation
* smaller fix
* update to dict structure
* updated test
* update documentation
* update CHANGELOG.md
* fix styling
* fix problems with trainer io
* fix tests
* simplification of code
* fix styling
* change from batch to step
* update to tests
* fix styling
* fixed some logic
* Update pytorch_lightning/core/lightning.py
* duplicated test
* fix test on amp
* small update to tests
* added monitor key for ReduceLROnPlateau
* Update trainer.py
* Update training_loop.py
* fix test after introducing monitor keyword
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
|
2020-03-05 06:48:54 -05:00 |
|