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).