lightning/pytorch_lightning/callbacks
Carlos Mocholí 396a46f55f
Add current_score to ModelCheckpoint.on_save_checkpoint (#4721)
* Add current_score to ModelCheckpoint.on_save_checkpoint

* Update CHANGELOG

[ci skip]

* fix

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

* fix2

* Add test for NaN

* Fix failing tests

* Simplify line

* Add test docstrings

Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-11-18 08:09:44 +00:00
..
__init__.py notices (#4118) 2020-10-13 07:18:07 -04:00
base.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
early_stopping.py Fix info message when EarlyStopping 'mode' not provided [ci skip] (#4282) 2020-10-21 23:44:13 +05:30
gpu_stats_monitor.py limit monitor callback with log_every_n_steps (#3881) 2020-10-22 16:38:03 +05:30
gradient_accumulation_scheduler.py Add stronger typing to gradient accumulation scheduler callback (#3558) 2020-09-23 20:22:10 +02:00
lr_monitor.py add option to log momentum (#4384) 2020-10-28 21:56:58 +05:30
model_checkpoint.py Add current_score to ModelCheckpoint.on_save_checkpoint (#4721) 2020-11-18 08:09:44 +00:00
progress.py outputs in __batch_end hooks (#3966) 2020-10-07 21:48:38 -04:00