diff --git a/Pytorch-Lightning/LightningModule/index.html b/Pytorch-Lightning/LightningModule/index.html index 4d39b7b7..27fc9b5d 100644 --- a/Pytorch-Lightning/LightningModule/index.html +++ b/Pytorch-Lightning/LightningModule/index.html @@ -181,7 +181,7 @@

Lightning module

[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: