From bb6e1030099f5d693727ccb7757c08df719ba80a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 28 Jul 2019 07:17:04 -0500 Subject: [PATCH] Deployed a6ddf8a with MkDocs version: 1.0.4 --- .../RequiredTrainerInterface/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 205 -> 205 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LightningModule/RequiredTrainerInterface/index.html b/LightningModule/RequiredTrainerInterface/index.html index f9b0bbcd..9eef1a68 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 minimal example and modify accordingly.

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

Required: