From d795d99697242d40f265ccb84a885999b6a8d449 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 31 Mar 2019 15:33:05 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ed2a107d4..edfef36fe1 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,13 @@

-## Docs -In progress. Documenting now! - -# Pytorch-lightning - - ```bash pip install pytorch-lightning ``` +## Docs +In progress. Documenting now! + ## Usage To use lightning do 2 things: 1. [Define a trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/trainer_main.py) (which will run ALL your models).