From 600c755460ea78e2c2976da1ef33c9d7b31faa3f Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 25 Jul 2019 11:44:25 -0400 Subject: [PATCH] updated docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 01e3b29253..17d9fd308e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)