From e43b1d1d31a6917935236ed694e622ceb10496b5 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 31 Mar 2019 16:50:32 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 620d8a7b..03c7dda9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,13 @@ pip install pytorch-lightning In progress. Documenting now! ## What is it? -All you do is define the forward passes, your data and **lightning runs everything else for you:** +Keras is too abstract for researchers. Lightning makes it so you only have to define your model but still control all details of training if you need to. + +Pytorch +<-- Lightning +Your model. + +**Lightning will do the following for you:** 1. Running the training loop. 2. Running the validation loop.