lightning/pytorch_lightning/trainer
ananthsub 98670c83a9
Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323)
* deprecate-tbptt-trainer

* Update CHANGELOG.md

* Update lightning.py

* test

* Update lightning.py

* Update training_loop.py

* Update training_loop.py

* Update lightning.py

* Update training_loop.py

* Update training_loop.py

* update docs

* Update accelerator.py

* Update accelerator.py

* more docs

* tweaks

* chlog

* comments

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-05-05 11:21:00 +01:00
..
connectors Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py [bugfix] Add reloading support using BaseFinetuning (#7253) 2021-04-30 11:14:43 -04:00
configuration_validator.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
data_loading.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
deprecated_api.py Simplify deprecations (#6620) 2021-03-25 15:26:38 +01:00
evaluation_loop.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
ignored_warnings.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
logging.py Move metrics_to_scalars to a dedicated utilities file (#7180) 2021-04-24 10:25:33 +01:00
model_hooks.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
optimizers.py Update LR schedulers only when their corresponding Optimizer is being… (#4868) 2021-05-04 09:37:40 +00:00
predict_loop.py Code cleaning in preparation for #7258 [3/n] (#7262) 2021-04-29 14:40:51 +02:00
properties.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
states.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
supporters.py fix case where an IterableDataset doesn't produce a batch for an epoch (#7294) 2021-04-30 12:45:55 +00:00
trainer.py Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
training_loop.py Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
training_tricks.py Move NaN/Inf detection to a separate utilities file (#6834) 2021-04-09 01:47:02 +02:00