lightning/tests/callbacks
shantam-8 ddff6c1c7e Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
..
__init__.py
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 Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02: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 Update core/lightning.py to core/module.py (#12740) 2022-05-18 08:03:55 +05:30