mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
added module properties docs
This commit is contained in:
+5
-5
@@ -3,7 +3,7 @@
|
|||||||
###### New project Quick Start
|
###### New project Quick Start
|
||||||
To start a new project define these two files.
|
To start a new project define these two files.
|
||||||
|
|
||||||
1. [Define a LightningModule](LightningModule/Examples#template-model-definition)
|
1. [Define a LightningModule](/LightningModule/RequiredTrainerInterface/#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)
|
||||||
@@ -13,10 +13,10 @@ To start a new project define these two files.
|
|||||||
- [Trainer](Trainer/)
|
- [Trainer](Trainer/)
|
||||||
|
|
||||||
###### Quick start examples
|
###### Quick start examples
|
||||||
- [CPU example](https://williamfalcon.github.io/pytorch-lightning/Examples/#cpu-hyperparameter-search)
|
- [CPU example](examples/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](examples/Examples/#hyperparameter-search-on-a-single-or-multiple-gpus)
|
||||||
- [Hyperparameter search on multiple GPUs on same node](https://williamfalcon.github.io/pytorch-lightning/Examples/#hyperparameter-search-on-a-single-or-multiple-gpus)
|
- [Hyperparameter search on multiple GPUs on same node](examples/Examples/#hyperparameter-search-on-a-single-or-multiple-gpus)
|
||||||
- [Hyperparameter search on a SLURM HPC cluster](https://williamfalcon.github.io/pytorch-lightning/Examples/#Hyperparameter search on a SLURM HPC cluster)
|
- [Hyperparameter search on a SLURM HPC cluster](examples/Examples/#Hyperparameter search on a SLURM HPC cluster)
|
||||||
|
|
||||||
|
|
||||||
###### Checkpointing
|
###### Checkpointing
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
site_name: Pytorch lightning Documentation
|
site_name: Pytorch lightning Documentation
|
||||||
theme: readthedocs
|
theme:
|
||||||
|
name: 'material'
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
repo_url: https://github.com/williamFalcon/pytorch-lightning
|
repo_url: https://github.com/williamFalcon/pytorch-lightning
|
||||||
site_dir: 'site'
|
site_dir: 'site'
|
||||||
|
|||||||
Reference in New Issue
Block a user