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

Home

New project Quick Start
-

To start a new project define these two files.

+

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. Define a LightningModule
  2. -
  3. Define a trainer