Deployed 996b1f9 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-08-10 16:04:24 -05:00
parent 0bbd238d2d
commit c2ee2951c6
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -603,7 +603,7 @@
<h3 id="template-model-definition">Template model definition</h3>
<p>In 99% of cases you want to just copy <a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/lightning_module_template.py">this template</a> to start a new lightningModule and change the core of what your model is actually trying to do.</p>
<pre><code class="bash"># get a copy of the module template
wget https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/lightning_module_template.py
wget https://raw.githubusercontent.com/williamFalcon/pytorch-lightning/master/examples/new_project_templates/lightning_module_template.py
</code></pre>
<hr />