Deployed f844f11 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-07-25 11:38:08 -05:00
parent 92b8d2056d
commit d5a3d380ff
3 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
BIN
View File
Binary file not shown.