lightning/pytorch_lightning/tuner
Adrian Wälchli d1234c592d
deprecate passing ModelCheckpoint instance to Trainer(checkpoint_callback=...) (#4336)
* first attempt

* update tests

* support multiple

* test bugfix

* changelog

* pep

* pep

* import order

* import

* improve test for resuming

* test

* update test

* add references test

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* docstring suggestion deprecation

Co-authored-by: Jeff Yang <ydcjeff@outlook.com>

* paramref

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
2020-10-30 04:47:37 +01:00
..
__init__.py ref: device parser (#3400) 2020-09-08 18:46:42 -04:00
auto_gpu_select.py fix: `nb` is set total number of devices, when nb is -1. (#4209) 2020-10-29 10:50:37 +01:00
batch_size_scaling.py deprecate passing ModelCheckpoint instance to Trainer(checkpoint_callback=...) (#4336) 2020-10-30 04:47:37 +01:00
lr_finder.py deprecate passing ModelCheckpoint instance to Trainer(checkpoint_callback=...) (#4336) 2020-10-30 04:47:37 +01:00
tuning.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00