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.