From 65a4a54205e7dac642700d8c5ca7474c587b35d2 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 31 Aug 2019 02:03:39 -0500 Subject: [PATCH] Deployed f51b459 with MkDocs version: 1.0.4 --- 404.html | 4 +- .../RequiredTrainerInterface/index.html | 263 +++++++++++++++++- LightningModule/methods/index.html | 4 +- LightningModule/properties/index.html | 4 +- Trainer/Checkpointing/index.html | 4 +- Trainer/Distributed training/index.html | 4 +- Trainer/Logging/index.html | 4 +- Trainer/SLURM Managed Cluster/index.html | 4 +- Trainer/Training Loop/index.html | 4 +- Trainer/Validation loop/index.html | 6 +- Trainer/debugging/index.html | 4 +- Trainer/hooks/index.html | 4 +- Trainer/index.html | 4 +- examples/Examples/index.html | 96 +++---- index.html | 4 +- search/search_index.json | 2 +- sitemap.xml | 28 +- sitemap.xml.gz | Bin 205 -> 205 bytes 18 files changed, 345 insertions(+), 98 deletions(-) diff --git a/404.html b/404.html index 0a41f3c9..3e6644c1 100644 --- a/404.html +++ b/404.html @@ -152,7 +152,7 @@
- GitHub + williamFalcon/pytorch-lightning
@@ -199,7 +199,7 @@
- GitHub + williamFalcon/pytorch-lightning
diff --git a/LightningModule/RequiredTrainerInterface/index.html b/LightningModule/RequiredTrainerInterface/index.html index 86dc3aa6..22a8f89c 100644 --- a/LightningModule/RequiredTrainerInterface/index.html +++ b/LightningModule/RequiredTrainerInterface/index.html @@ -156,7 +156,7 @@
- GitHub + williamFalcon/pytorch-lightning
@@ -203,7 +203,7 @@
- GitHub + williamFalcon/pytorch-lightning
@@ -369,6 +369,20 @@ validation_end + + +
  • + + test_step + + +
  • + +
  • + + test_end + +
  • @@ -818,6 +832,20 @@ validation_end +
  • + +
  • + + test_step + + +
  • + +
  • + + test_end + +
  • @@ -978,7 +1006,9 @@

    Optional: