lightning/pytorch_lightning/callbacks
chaton d5b367871f
[bug-fix] Trainer.test points to latest best_model_path (#5161)
* resolve bug

* update code

* add set -e

* Update pytorch_lightning/callbacks/model_checkpoint.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* update test

* Update tests/checkpointing/test_trainer_checkpoint.py

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

* Update tests/checkpointing/test_trainer_checkpoint.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* update on comments

* resolve test

* convert to set

* update

* add error triggering

* update

* update on comments

* update

* resolve import

* update

* update

* Update pytorch_lightning/plugins/rpc_plugin.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-01-05 05:01:59 -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 Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-04 21:54:49 -05:00
gpu_stats_monitor.py Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-04 21:54:49 -05: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-05 01:51:22 -05:00
model_checkpoint.py [bug-fix] Trainer.test points to latest best_model_path (#5161) 2021-01-05 05:01:59 -05:00
progress.py Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-04 21:54:49 -05:00