lightning/tests/checkpointing
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 fixed model checkpoint frequency (#3852) 2020-10-04 21:49:20 -04:00
test_checkpoint_callback_frequency.py Add dirpath and filename parameter in ModelCheckpoint (#4213) 2020-10-23 09:59:12 +05:30
test_model_checkpoint.py deprecate passing ModelCheckpoint instance to Trainer(checkpoint_callback=...) (#4336) 2020-10-30 04:47:37 +01:00
test_torch_saving.py Added getstate/setstate method for torch.save serialization (#4127) 2020-10-13 16:47:23 -04:00