lightning/tests/callbacks
Adam Reeve 7c7a4ba233
Fix SWA LR scheduler not being stepped (#12446)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-03-27 15:49:41 +00:00
..
__init__.py
test_callback_hook_outputs.py
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
test_early_stopping.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_finetuning_callback.py Skip horovod 0.24.0 only (#12248) 2022-03-10 16:01:08 +00:00
test_gpu_stats_monitor.py
test_gradient_accumulation_scheduler.py
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
test_prediction_writer.py
test_pruning.py
test_quantization.py
test_rich_model_summary.py
test_rich_progress_bar.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
test_stochastic_weight_avg.py Fix SWA LR scheduler not being stepped (#12446) 2022-03-27 15:49:41 +00: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 TQDM progress bar tracking with multiple dataloaders (#11657) 2022-03-25 15:13:35 +00:00
test_xla_stats_monitor.py