lightning/tests/models
jjenniferdai d4a4b77906
[3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887)
2022-03-25 00:06:10 +00:00
..
conf bugfix: Resolve interpolation bug with Hydra (#5406) 2021-01-26 14:29:47 +01:00
data Update `gpus` flag with `accelerator` and `devices` flag (#12156) 2022-03-23 19:52:12 +00:00
__init__.py CI: split tests-examples (#990) 2020-03-25 07:46:27 -04:00
test_amp.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
test_cpu.py Deprecate `weights_save_path` from the Trainer constructor (#12084) 2022-02-28 22:45:26 +00:00
test_gpu.py Remove Accelerator.parallel_device_ids and deprecate Trainer.data_parallel_device_ids (#12072) 2022-03-23 22:18:30 +00:00
test_grad_norm.py Refactor `grad_norm` function (#9742) 2021-09-30 02:54:08 +00:00
test_hooks.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
test_horovod.py Deprecate `weights_save_path` from the Trainer constructor (#12084) 2022-02-28 22:45:26 +00:00
test_hparams.py Raise a warning when `nn.Module` instance is saved with `save_hyperparameters()` (#12068) 2022-03-23 12:49:42 +00:00
test_onnx.py Update `gpus` flag with `accelerator` and `devices` flag (#12156) 2022-03-23 19:52:12 +00:00
test_restore.py `ModelCheckpoint`'s `save_last` now ignores `every_n_epochs` (#12418) 2022-03-24 20:06:52 +01:00
test_torchscript.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
test_tpu.py Remove `AcceleratorConnector.tpu_id` (#12387) 2022-03-22 15:51:38 +05:30