lightning/pytorch_lightning/trainer/connectors
Adrian Wälchli 9b7f01654a
Update old "module_arguments" and "hparams" references in docs (#4417)
* replace module_arguments refernces

* update hparams docs

* add missing save_hyperparameters in example

* deprecate instead of remove

* Update docs/source/hyperparameters.rst

Co-authored-by: chaton <thomas@grid.ai>

* Update docs/source/hyperparameters.rst

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
2020-11-03 12:13:10 +01:00
..
logger_connector [FEAT] logging refactors 1/n (#4439) 2020-11-02 20:51:43 +00:00
__init__.py
callback_connector.py update docs on checkpoint_callback Trainer argument (#4461) 2020-11-02 06:18:20 +01:00
checkpoint_connector.py Update old "module_arguments" and "hparams" references in docs (#4417) 2020-11-03 12:13:10 +01:00
data_connector.py Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00
debugging_connector.py removed deprecated trainer flags (#3969) 2020-10-07 23:46:21 -04:00
env_vars_connector.py add parsing OS env vars (#4022) 2020-10-09 19:34:09 -04:00
model_connector.py
optimizer_connector.py Clean up optimizer code (#3587) 2020-10-21 21:12:48 +02:00
precision_connector.py Enable custom apex and amp plugins (#4355) 2020-10-25 17:11:07 -04:00
profiler_connector.py feature: Allow str arguments in Trainer.profiler (#3656) 2020-10-27 16:27:16 +05:30
slurm_connector.py Use checkpoint_connector.hpc_save in SLURM (#4217) 2020-10-18 10:13:56 -04:00
training_trick_connector.py