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: