We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09a9e2 commit 600c755Copy full SHA for 600c755
docs/index.md
@@ -1,7 +1,7 @@
1
###### New project Quick Start
2
To start a new project define these two files.
3
4
-1. [Define a LightningModule](/LightningModule/RequiredTrainerInterface/#template-model-definition)
+1. [Define a LightningModule](/LightningModule/RequiredTrainerInterface/)
5
2. Pick a trainer
6
- [Basic CPU Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_cpu_template.py)
7
- [GPU cluster Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_gpu_cluster_template.py)
0 commit comments