From 52a3f48e7fc778b432d188ebe5eca9d5ee8e6924 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 31 Mar 2019 15:54:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0313376b7..79e8fdc656 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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. BUT, you still keep control over every aspect of training: +All you do is define the forward passes, your data and **lightning runs everything else for you:** 1. Running the training loop. 2. Running the validation loop.