lightning/pytorch_lightning/trainer
Kaushik B 2f3c65e57b
XLA Profiler integration (#8014)
2021-06-29 00:58:05 +05:30
..
connectors [bugfix] Clean Validation Sanity Checking metrics (#8171) 2021-06-28 13:49:56 -04:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
configuration_validator.py [feat] Allow overriding optimizer_zero_grad and/or optimizer_step when using accumulate_grad_batches (#7980) 2021-06-17 12:50:37 +02:00
data_loading.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
deprecated_api.py rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
logging.py Actually show deprecation warnings and their line level [2/2] (#8002) 2021-06-21 18:51:53 +02:00
model_hooks.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
optimizers.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
progress.py [2/N] Define dataclasses for progress tracking (#7574) 2021-05-22 03:09:08 +02:00
properties.py Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
states.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
supporters.py Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
trainer.py XLA Profiler integration (#8014) 2021-06-29 00:58:05 +05:30
training_tricks.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00