lightning/pytorch_lightning/trainer
Wansoo Kim 93de5c8a40
Allow Callback instance as an argument of `callbacks` in `Trainer` (#5446)
* fix

* Update CHANGELOG

* add test

* fix

* pep

* docs

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2021-01-11 11:36:32 +00:00
..
connectors Allow Callback instance as an argument of `callbacks` in `Trainer` (#5446) 2021-01-11 11:36:32 +00:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Feat: Add BackboneLambdaFinetunningCallback (#5377) 2021-01-08 16:33:05 -05:00
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 ref: clean config [1/n] add intermediate setters (#4990) 2020-12-09 14:13:57 -05:00
supporters.py Fix reset TensorRunningAccum (#5106) 2021-01-05 09:58:36 +01:00
trainer.py Allow Callback instance as an argument of `callbacks` in `Trainer` (#5446) 2021-01-11 11:36:32 +00: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 fix import and typo in AMP (#4871) 2020-11-26 23:45:52 +01:00