From e9c078f799f4d42671ea81b352a089fbc8aebc3d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 6 Aug 2019 15:14:00 -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 57d0f3b5..02399a2f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pip install pytorch-lightning **[View the docs here](https://williamfalcon.github.io/pytorch-lightning/)** ## What is it? -Lightning is a very lightweight wrapper on PyTorch. It defers core training and validation logic to you and automates the rest. It guarantees correct, modern best practices for the core training logic. +Lightning is a very lightweight wrapper on PyTorch. This means you don't have to learn a new library. It defers core training and validation logic to you and automates the rest. It guarantees tested, correct, modern best practices for the automated parts. ## Why do I want to use lightning?