From c679e6fd2439ae488d1c034d0a524fee06b6a778 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 27 Jun 2019 13:32:34 -0500 Subject: [PATCH] Deployed 121c6af with MkDocs version: 1.0.4 --- Pytorch-Lightning/LightningModule/index.html | 2 +- .../lightning_module_template.py | 225 ------------------ index.html | 21 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 203 -> 203 bytes 5 files changed, 18 insertions(+), 232 deletions(-) delete mode 100644 Pytorch-Lightning/lightning_module_template.py 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: