From 88bae4229430beba9e54d74ae23df110c4cf45e3 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 25 Jul 2019 10:30:31 -0500 Subject: [PATCH] Deployed 9fa8120 with MkDocs version: 1.0.4 --- .../RequiredTrainerInterface/index.html | 14 ++++----- doc_requirements.txt | 1 + search/search_index.json | 2 +- sitemap.xml | 28 +++++++++--------- sitemap.xml.gz | Bin 205 -> 205 bytes 5 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 doc_requirements.txt diff --git a/LightningModule/RequiredTrainerInterface/index.html b/LightningModule/RequiredTrainerInterface/index.html index 2d924b01..f1e3bd5c 100644 --- a/LightningModule/RequiredTrainerInterface/index.html +++ b/LightningModule/RequiredTrainerInterface/index.html @@ -887,7 +887,7 @@

Lightning Module interface

[Github Code]

A lightning module is a strict superclass of nn.Module, it provides a standard interface for the trainer to interact with the model.

-

The easiest thing to do is copy this template and modify accordingly.

+

The easiest thing to do is copy this template and modify accordingly.

Otherwise, to Define a Lightning Module, implement the following methods:

Required: