added module properties docs

This commit is contained in:
William Falcon 2019-06-28 18:45:58 -04:00
parent f47a6a359a
commit 8b7400e1c2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ To start a new project define these two files.
- [Basic CPU Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_cpu_template.py)
- [GPU cluster Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_gpu_cluster_template.py)
###### Doc Shortcuts
###### Docs shortcuts
- [LightningModule](LightningModule/RequiredTrainerInterface/)
- [Trainer](Trainer/)