lightning/tests/callbacks
Carlos Mocholí 0327f6b4c2
Do not warn when the name key is used in the lr_scheduler dict (#5057)
* Do not warn when the name key is used

* Missing line

* Consistency

* Update pytorch_lightning/callbacks/lr_monitor.py

* Update docs

* Update pytorch_lightning/core/lightning.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update CHANGELOG

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-12-14 08:38:10 +01:00
..
__init__.py
test_callback_hook_outputs.py notices (#4118) 2020-10-13 07:18:07 -04:00
test_callbacks.py Simplify optimization Logic (#4984) 2020-12-07 12:55:49 +00:00
test_early_stopping.py update usage of deprecated checkpoint_callback (#5006) 2020-12-09 14:14:34 -05:00
test_gpu_stats_monitor.py limit monitor callback with log_every_n_steps (#3881) 2020-10-22 16:38:03 +05:30
test_lr_monitor.py Do not warn when the name key is used in the lr_scheduler dict (#5057) 2020-12-14 08:38:10 +01:00
test_progress_bar.py fix incomplete progress bar when refresh_rate > num batches (#4577) 2020-11-24 00:01:33 +01:00