This commit is contained in:
William Falcon 2019-03-31 16:00:46 -04:00
commit d0f4764467
1 changed files with 1 additions and 1 deletions

View File

@ -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.