lightning/tests/callbacks
Aki Nitta 8dc36c3745
Fix inconsistent exceptions raised with no `rich` installed (#11360)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2022-01-12 03:55:51 +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 Update test_pruning.py to use `devices` instead of `gpus` or `ipus` (#11339) 2022-01-08 17:24:29 +01: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 Update test_gpu_stats_monitor.py to use `devices` instead of `gpus` or `ipus` (#11340) 2022-01-08 01:38:25 +00: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 Update test_pruning.py to use `devices` instead of `gpus` or `ipus` (#11341) 2022-01-09 17:15:29 +09:00
test_quantization.py Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
test_rich_model_summary.py Fix inconsistent exceptions raised with no `rich` installed (#11360) 2022-01-12 03:55:51 +00:00
test_rich_progress_bar.py Fix inconsistent exceptions raised with no `rich` installed (#11360) 2022-01-12 03:55:51 +00:00
test_stochastic_weight_avg.py Update strategy import statements (#11231) 2021-12-23 08:26:28 +01: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 Add typing to `TQDMProgressBar` (#11369) 2022-01-12 01:07:30 +00:00
test_xla_stats_monitor.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00