diff --git a/index.html b/index.html index 2c73dd1f..b664d345 100644 --- a/index.html +++ b/index.html @@ -657,9 +657,10 @@

Home

New project Quick Start
-

To start a new project you define two files, a LightningModule and a Trainer file. -A separate trainer file allows to run many LightningModules. Each LightningModule has the core -logic to a particular research project. For example, one lightningModule could be an image classifier, the other +

To start a new project you define two files, a LightningModule and a Trainer file.

+

A separate trainer file allows to run many LightningModules. Each LightningModule has the core +logic to a particular research project.

+

For example, one lightningModule could be an image classifier, the other one could be a seq-2-seq model, both (optionally) ran by the same trainer file.

  1. MNIST LightningModule
  2. diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 2eec93ae..ef49f1b6 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ