lightning/tests/callbacks
Sean Naren dd2f5a0212
Fix for multiple callbacks (#6197)
* Fix for multiple callbacks

* Add CHANGELOG.md

* Remove old params

* Skip tests on windows using ddp

* Change name of the variable to not clash with should stop, which is separate

* Apply suggestions from code review

* Fix params

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-02-25 15:44:55 +00:00
..
__init__.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
test_callback_hook_outputs.py Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
test_callbacks.py [BugFix] Add on_epoch_end hook after on_test/validation_epoch_end hook (#5986) 2021-02-17 18:21:49 +01:00
test_early_stopping.py Fix for multiple callbacks (#6197) 2021-02-25 15:44:55 +00:00
test_finetuning_callback.py [accelerator][FeatBugFix] Improve manual optimization API (#5771) 2021-02-16 16:00:35 -05:00
test_gpu_stats_monitor.py Prune EvalModelTemplate from callbacks and utilities (#6018) 2021-02-16 19:59:57 +00:00
test_lambda_function.py Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
test_lr_monitor.py Prune EvalModelTemplate from callbacks and utilities (#6018) 2021-02-16 19:59:57 +00:00
test_progress_bar.py Feature/5275 clean progress bar print (#5470) 2021-02-22 09:40:18 +00:00
test_pruning.py [ModelPruning] Add missing attribute with use_global_unstructured=False and verbose (#6045) 2021-02-18 10:40:34 +00:00
test_quantization.py fix/test quant (#6040) 2021-02-18 10:47:29 +00:00
test_swa.py Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00