mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added module properties docs
This commit is contained in:
+6
-4
@@ -1,15 +1,17 @@
|
|||||||
# PYTORCH-LIGHTNING DOCUMENTATION
|
# PYTORCH-LIGHTNING DOCUMENTATION
|
||||||
|
|
||||||
###### Doc Shortcuts
|
|
||||||
- [LightningModule](LightningModule/RequiredTrainerInterface/)
|
|
||||||
- [Trainer](Trainer/)
|
|
||||||
|
|
||||||
###### New project Quick Start
|
###### New project Quick Start
|
||||||
|
To start a new project define these two files.
|
||||||
|
|
||||||
1. [Define a LightningModule](LightningModule/Examples#template-model-definition)
|
1. [Define a LightningModule](LightningModule/Examples#template-model-definition)
|
||||||
2. Pick a trainer
|
2. Pick a trainer
|
||||||
- [Basic CPU Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_cpu_template.py)
|
- [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)
|
- [GPU cluster Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_gpu_cluster_template.py)
|
||||||
|
|
||||||
|
###### Doc Shortcuts
|
||||||
|
- [LightningModule](LightningModule/RequiredTrainerInterface/)
|
||||||
|
- [Trainer](Trainer/)
|
||||||
|
|
||||||
###### Quick start examples
|
###### Quick start examples
|
||||||
- [CPU example](https://williamfalcon.github.io/pytorch-lightning/Examples/#cpu-hyperparameter-search)
|
- [CPU example](https://williamfalcon.github.io/pytorch-lightning/Examples/#cpu-hyperparameter-search)
|
||||||
- [Hyperparameter search on single GPU](https://williamfalcon.github.io/pytorch-lightning/Examples/#hyperparameter-search-on-a-single-or-multiple-gpus)
|
- [Hyperparameter search on single GPU](https://williamfalcon.github.io/pytorch-lightning/Examples/#hyperparameter-search-on-a-single-or-multiple-gpus)
|
||||||
|
|||||||
Reference in New Issue
Block a user