lightning/tests/callbacks
Eric Wiener 3f78c4ca7a
Track CPU stats with DeviceStatsMonitor (#11795)
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kaushik B <kaushikbokka@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-10 10:57:38 +00:00
..
__init__.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
test_callback_hook_outputs.py Deprecate `on_epoch_start/on_epoch_end` hook (#11578) 2022-02-07 14:15:27 +00:00
test_callbacks.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_device_stats_monitor.py Track CPU stats with DeviceStatsMonitor (#11795) 2022-05-10 10:57:38 +00:00
test_early_stopping.py Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
test_finetuning_callback.py Skip horovod 0.24.0 only (#12248) 2022-03-10 16:01:08 +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 add `state_dict`/`load_state_dict` to base `Callback` (#11998) 2022-03-04 02:41:48 +00:00
test_lr_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +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 Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
test_quantization.py Fix tests failing on a single GPU (#11753) 2022-04-10 04:23:16 +00:00
test_rich_model_summary.py Use a single instance of `rich.console.Console` throughout the codebase (#12886) 2022-04-27 01:47:43 +00:00
test_rich_progress_bar.py Fix rich main progress bar update (#12618) 2022-04-06 20:12:32 +05:30
test_stochastic_weight_avg.py Make standalone tests less verbose (#12684) 2022-04-20 20:57:40 +02:00
test_timer.py Fix `current_epoch` value on training end (#8578) 2022-02-10 17:55:59 +01:00
test_tqdm_progress_bar.py Fix `TQDMProgressBar` reset and update to show correct time estimation (#12889) 2022-05-03 16:21:59 +00:00