lightning/pytorch_lightning/core
Nicki Skafte 4f904556e4
Update docs on arg train_dataloader in fit (#6076)
* add to docs

* update docs

* Apply suggestions from code review

* Update pytorch_lightning/core/hooks.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* nested loaders

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* shorten text length

* Update pytorch_lightning/core/hooks.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-03-04 14:22:18 -05:00
..
__init__.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00
datamodule.py try to fix imports for parsing (#6256) 2021-03-02 11:08:29 -05:00
decorators.py Add before_batch_transfer and after_batch_transfer hooks (#3671) 2021-02-18 06:58:12 -05:00
grads.py formatting 5/n: Core (#5721) 2021-02-08 14:29:43 -05:00
hooks.py Update docs on arg train_dataloader in fit (#6076) 2021-03-04 14:22:18 -05:00
lightning.py Add ignore param to save_hyperparameters (#6056) 2021-03-04 20:02:42 +01:00
memory.py Add before_batch_transfer and after_batch_transfer hooks (#3671) 2021-02-18 06:58:12 -05:00
optimizer.py Call `optimizer.zero_grad()` before backward inside closure in AutoOpt (#6147) 2021-03-01 14:36:46 +01:00
saving.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
step_result.py Fix for incorrect usage of detach(), cpu(), to() (#6216) 2021-03-01 15:15:52 +00:00