mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Deployed 88b3831 with MkDocs version: 1.0.4
This commit is contained in:
+4
-3
@@ -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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user