lightning/pytorch_lightning
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
..
accelerators Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
callbacks Pass `current_epoch`/`global_step` as monitor candidates [1/2] (#7344) 2021-05-04 16:05:40 -04:00
core Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
distributed [bug] Update broadcast + reduce decision ModelCheckpoint] (#6410) 2021-03-14 17:14:27 +00:00
loggers fix(wandb): allow custom init args (#6989) 2021-05-04 09:45:36 +00:00
metrics Fix `torchmetrics` compatibility (#7131) 2021-04-22 20:45:46 +00:00
overrides [bug/feat] Support parameters_to_ignore in DDP (#7239) 2021-04-27 17:49:32 +00:00
plugins Add ddp_find_unused_parameters_false to Registry (#7224) 2021-05-04 22:40:00 +00:00
profiler Do not describe when there's no summary (#6681) 2021-03-26 14:58:05 +00:00
trainer Deprecate`truncated_bptt_steps` flag on Trainer in favor of same setting on the LightningModule (#7323) 2021-05-05 11:21:00 +01:00
tuner Fix auto scaling mode when calling tune method on trainer. (#7321) 2021-05-04 12:03:51 +00:00
utilities make gpus=str in Trainer consistent with command line parsing of string (#6388) 2021-05-04 09:56:27 +00:00
__about__.py rc2 (#7057) 2021-04-16 20:34:14 +02:00
__init__.py rename about (#7002) 2021-04-14 18:56:40 -04:00
py.typed
setup_tools.py fix pip install (#7170) 2021-04-22 16:48:11 -04:00