add training loop docs

This commit is contained in:
William Falcon
2019-09-02 07:15:45 -04:00
parent 08a1ae8069
commit a327596b79
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -78,3 +78,7 @@ But of course the fun is in all the advanced things it can do:
- [Set how much of the test set to check](https://williamfalcon.github.io/pytorch-lightning/Trainer/Validation%20loop/#set-how-much-of-the-test-set-to-check)
- [Set validation check frequency within 1 training epoch](https://williamfalcon.github.io/pytorch-lightning/Trainer/Validation%20loop/#set-validation-check-frequency-within-1-training-epoch)
- [Set the number of validation sanity steps](https://williamfalcon.github.io/pytorch-lightning/Trainer/Validation%20loop/#set-the-number-of-validation-sanity-steps)
**Testing loop**
- [Run test set](https://williamfalcon.github.io/pytorch-lightning/Trainer/Testing%20loop/)