lightning/pytorch_lightning/trainer
chaton f3748ba808
[feat] Enable self.log in callbacks (#5094)
* enable to use self.log in callbacks

* update

* revert back to assert
2020-12-16 16:08:39 -05:00
..
connectors [feat] Enable self.log in callbacks (#5094) 2020-12-16 16:08:39 -05:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Fix setup callback hook to pass LightningModule through (#4608) 2020-11-13 19:34:46 -05:00
configuration_validator.py update usage of deprecated automatic_optimization (#5011) 2020-12-10 15:31:33 +05:30
data_loading.py drop usage of deprecated distributed_backend (#5009) 2020-12-09 09:18:23 +01:00
deprecated_api.py ref: clean config [1/n] add intermediate setters (#4990) 2020-12-09 14:13:57 -05:00
evaluation_loop.py Enable`self.log` in most functions. (#4969) 2020-12-06 13:01:43 +00:00
ignored_warnings.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
logging.py [FEAT] logging refactors 1/n (#4439) 2020-11-02 20:51:43 +00:00
model_hooks.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00
optimizers.py Do not warn when the name key is used in the lr_scheduler dict (#5057) 2020-12-14 08:38:10 +01:00
properties.py set xxx_AVAILABLE as protected (#5082) 2020-12-14 20:19:05 +05:30
states.py ref: clean config [1/n] add intermediate setters (#4990) 2020-12-09 14:13:57 -05:00
supporters.py Create memory dynamically (#4938) 2020-12-02 01:05:12 +05:30
trainer.py update usage of deprecated automatic_optimization (#5011) 2020-12-10 15:31:33 +05:30
training_loop.py [feat] Enable self.log in callbacks (#5094) 2020-12-16 16:08:39 -05:00
training_tricks.py fix import and typo in AMP (#4871) 2020-11-26 23:45:52 +01:00