lightning/pytorch_lightning/callbacks
chaton 5f94900361
[Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218)
* [bug-fix] Metric reduction with Logging (#5150)

* add test

* resolve bug

* udpate test

* wrongly copy / paste

* update test

* resolve a second bug

Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>

* iupdate

* resolve bugs

* add test back

* correct flake8

* resolve flake8

* update on comments

* update tests

* add a test

* add test

* update to Callable

Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
2021-01-07 10:57:26 -05: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 [Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218) 2021-01-07 10:57:26 -05:00
gpu_stats_monitor.py Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-06 12:57:24 +01:00
gradient_accumulation_scheduler.py Simplify optimization Logic (#4984) 2020-12-07 12:55:49 +00:00
lr_monitor.py Allow log_momentum for adaptive optimizers (#5333) 2021-01-06 12:58:34 +01:00
model_checkpoint.py [Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218) 2021-01-07 10:57:26 -05:00
progress.py Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-06 12:57:24 +01:00