Update README.md (#5018)

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
(cherry picked from commit 90c1c0f68b)
This commit is contained in:
Varad Pimpalkhute 2020-12-24 16:45:46 +05:30 committed by Jirka Borovec
parent 8ac00bd2fb
commit a1784b7d55
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Lightning disentangles PyTorch code to decouple the science from the engineering
Lightning is designed with these principles in mind:
Principle 1: Enable maximal flexibility.
Principle 2: Abstract away unecessary boilerplate, but make it accessible when needed.
Principle 2: Abstract away unnecessary boilerplate, but make it accessible when needed.
Principle 3: Systems should be self-contained (ie: optimizers, computation code, etc).
Principle 4: Deep learning code should be organized into 4 distinct categories.