lightning/pytorch_lightning/trainer
William Falcon 0c42aa03fd
enables plugins (#4041)
* plugin hardware

* plugin hardware

* plugin hardware
2020-10-09 22:03:46 -04:00
..
connectors Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00
__init__.py enables plugins (#4041) 2020-10-09 22:03:46 -04:00
callback_hook.py added tests for the training epoch end (#3967) 2020-10-07 22:27:36 -04:00
configuration_validator.py ref: added data connector (#3285) 2020-08-31 11:08:22 -04:00
data_loading.py Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00
evaluation_loop.py tests for multiple optimizers and dataloader combinations (#3937) 2020-10-07 10:13:57 -04:00
ignored_warnings.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
logging.py Use `raise .. from ..` to explicitly chain exceptions (#3750) 2020-10-01 21:45:44 +02:00
model_hooks.py ref: modular is_overridden (#3290) 2020-08-31 12:12:02 -04:00
optimizers.py ref: bug fix with logging val epoch end + monitor (#3812) 2020-10-03 12:33:29 -04:00
properties.py add parsing OS env vars (#4022) 2020-10-09 19:34:09 -04:00
states.py Make trainer.state a read-only property (#3109) 2020-08-24 16:49:33 +02:00
supporters.py Update to_disk to use fsspec for remote file support (#3930) 2020-10-07 07:28:23 -04:00
trainer.py enables plugins (#4041) 2020-10-09 22:03:46 -04:00
training_loop.py Bugfix/update trainer properties (#3975) 2020-10-08 10:20:55 -04:00
training_tricks.py ref: checkpoint connector methods 4/n (#3474) 2020-09-12 08:42:27 -04:00