Deployed 88b3831 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-07-28 07:28:24 -05:00
parent 76d0d72f1f
commit 74945262d0
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -657,9 +657,10 @@
<h1>Home</h1>
<h6 id="new-project-quick-start">New project Quick Start</h6>
<p>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
<p>To start a new project you define two files, a LightningModule and a Trainer file. </p>
<p>A separate trainer file allows to run many LightningModules. Each LightningModule has the core
logic to a particular research project. </p>
<p>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.</p>
<ol>
<li><a href="https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#minimal-example">MNIST LightningModule</a> </li>
BIN
View File
Binary file not shown.