diff --git a/Trainer/Training Loop/index.html b/Trainer/Training Loop/index.html index 2b250a72..70d5523a 100644 --- a/Trainer/Training Loop/index.html +++ b/Trainer/Training Loop/index.html @@ -616,7 +616,7 @@

Training Loop

-

The lightning training loop handles everything except the actual computations of your model. To decide what will happen in your training loop, define the training_step function.

+

The lightning training loop handles everything except the actual computations of your model. To decide what will happen in your training loop, define the training_step function.

Below are all the things lightning automates for you in the training loop.


Accumulated gradients

diff --git a/Trainer/Validation loop/index.html b/Trainer/Validation loop/index.html index ada5cf03..f97f81b3 100644 --- a/Trainer/Validation loop/index.html +++ b/Trainer/Validation loop/index.html @@ -588,7 +588,7 @@

Validation loop

-

The lightning validation loop handles everything except the actual computations of your model. To decide what will happen in your validation loop, define the validation_step function. +

The lightning validation loop handles everything except the actual computations of your model. To decide what will happen in your validation loop, define the validation_step function. Below are all the things lightning automates for you in the validation loop.

Note
Lightning will run 5 steps of validation in the beginning of training as a sanity check so you don't have to wait until a full epoch to catch possible validation issues.

diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 34f19201..03f95d3b 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ