From c4ce347f3e6e4352d7b4773c5f93a2c60f12abdc Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 31 Aug 2019 03:20:40 -0400 Subject: [PATCH] testing loop docs --- docs/Trainer/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Trainer/index.md b/docs/Trainer/index.md index c106af67ae..e9d7bb6e9d 100644 --- a/docs/Trainer/index.md +++ b/docs/Trainer/index.md @@ -80,5 +80,6 @@ But of course the fun is in all the advanced things it can do: - [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** +**Testing loop** + - [Run test set](https://williamfalcon.github.io/pytorch-lightning/Trainer/Testing%20loop/) \ No newline at end of file