Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 25, 2019
1 parent d09a9e2 commit 600c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###### New project Quick Start
To start a new project define these two files.

1. [Define a LightningModule](/LightningModule/RequiredTrainerInterface/#template-model-definition)
1. [Define a LightningModule](/LightningModule/RequiredTrainerInterface/)
2. Pick a trainer
- [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)
Expand Down

0 comments on commit 600c755

Please sign in to comment.