lightning/pytorch_lightning/trainer
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
..
connectors [Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218) 2021-01-07 10:57:26 -05:00
__init__.py
callback_hook.py
configuration_validator.py Unify names in Utils (#5199) 2020-12-22 00:23:33 +01:00
data_loading.py Add Support for multiple train loaders (#1959) 2021-01-04 19:57:53 +00:00
deprecated_api.py Refactor: clean trainer device & distrib setters (#5297) 2021-01-04 17:10:13 +00:00
evaluation_loop.py Unify names in Utils (#5199) 2020-12-22 00:23:33 +01:00
ignored_warnings.py
logging.py mark todo exceptions (#5320) 2021-01-04 09:07:56 +01:00
model_hooks.py
optimizers.py Add a check for optimizer attatched to lr_scheduler (#5338) 2021-01-06 12:58:06 +01:00
properties.py Disable checkpointing, earlystopping and logging with fast_dev_run (#5277) 2021-01-06 12:57:24 +01:00
states.py
supporters.py Fix reset TensorRunningAccum (#5106) 2021-01-05 09:58:36 +01:00
trainer.py Fix invalid value for weights_summary (#5296) 2021-01-06 12:59:32 +01:00
training_loop.py [bug-fix] Trainer.test points to latest best_model_path (#5161) 2021-01-06 15:14:10 +01:00
training_tricks.py