mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Deployed f844f11 with MkDocs version: 1.0.4
This commit is contained in:
+3
-1
@@ -660,8 +660,10 @@
|
||||
<p>To start a new project define these two files. </p>
|
||||
<ol>
|
||||
<li><a href="/pytorch-lightning/LightningModule/RequiredTrainerInterface/">Define a LightningModule</a> </li>
|
||||
<li>Pick a trainer <ul>
|
||||
<li><a href="https://williamfalcon.github.io/pytorch-lightning/Trainer/">Define a trainer</a><ul>
|
||||
<li>Examples: </li>
|
||||
<li><a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/examples/new_project_templates/single_cpu_template.py">Basic CPU Trainer</a> </li>
|
||||
<li><a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/examples/new_project_templates/single_gpu_node_template.py">Multi-GPU Trainer</a></li>
|
||||
<li><a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/examples/new_project_templates/multi_node_cluster_template.py">GPU cluster Trainer</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user