lightning/tests/callbacks
Adrian Wälchli 29eb9cccf2
Rename the `TrainingTypePlugin` base to `Strategy` (#11120)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: four4fish <88516121+four4fish@users.noreply.github.com>
2021-12-20 12:50:11 +00:00
..
__init__.py
test_callback_hook_outputs.py Mark outputs as protected in the evaluation loops (#10781) 2021-11-28 20:09:30 +00:00
test_callbacks.py Add support for returning callback from `LightningModule.configure_callbacks` (#11060) 2021-12-18 10:46:35 +00:00
test_device_stats_monitor.py Use non-deprecated options in tests (#9949) 2021-10-15 16:58:07 -07:00
test_early_stopping.py Disable validation completely when `overfit_batches>0` (#9709) 2021-12-01 13:57:57 +00:00
test_finetuning_callback.py Unify checkpoint load paths [redo #9693] (#10061) 2021-10-25 19:05:31 +00:00
test_gpu_stats_monitor.py Enable logging hparams only if there are any (#11105) 2021-12-17 19:40:56 +01:00
test_gradient_accumulation_scheduler.py Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
test_lambda_function.py Fail the test when a `DeprecationWarning` is raised (#9940) 2021-11-17 23:41:50 +01:00
test_lr_monitor.py Deprecate `lr_sch_names` from `LearningRateMonitor` (#10066) 2021-10-28 12:57:04 +00:00
test_model_summary.py Update tests to avoid the deprecated `weights_summary` (#10446) 2021-11-11 18:15:18 +01:00
test_prediction_writer.py Fix AttributeError when using CombinedLoader in prediction (#11111) 2021-12-17 18:02:25 +00:00
test_pruning.py Rename special to standalone (#10779) 2021-11-26 17:13:14 +00:00
test_quantization.py Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
test_rich_model_summary.py
test_rich_progress_bar.py Fix sanity check for RichProgressBar (#10913) 2021-12-15 09:23:35 +00:00
test_stochastic_weight_avg.py Rename the `TrainingTypePlugin` base to `Strategy` (#11120) 2021-12-20 12:50:11 +00:00
test_timer.py Save the loop progress state by default (#10784) 2021-12-17 16:00:27 +00:00
test_tqdm_progress_bar.py Update the TQDM progress bar `on_train_epoch_end` (#11069) 2021-12-15 17:48:32 +00:00
test_xla_stats_monitor.py