From 90f01c05bc921b5dd0fe6b7cc18d69dd2d40ba86 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 15 Aug 2019 21:21:26 -0400 Subject: [PATCH] updated docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cc1e2cff..c113e9ea 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,9 @@ python multi_node_cluster_template.py --nb_gpu_nodes 4 --gpus '0,1,2,3,4,5,6,7' --- ## FAQ +**How do I use Lightning for rapid research?** +[Here's a walk-through](https://williamfalcon.github.io/pytorch-lightning/) + **Why was Lightning created?** Lightning has 3 goals in mind: 1. Maximal flexibility while abstracting out the common boilerplate across research projects.