mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Deployed 059b2fa with MkDocs version: 1.0.4
This commit is contained in:
@@ -797,7 +797,10 @@ First, install apex (if install fails, look <a href="https://github.com/NVIDIA/a
|
||||
12
|
||||
13
|
||||
14
|
||||
15</pre></div></td><td class="code"><div class="codehilite"><pre><span></span>$ git clone https://github.com/NVIDIA/apex
|
||||
15
|
||||
16
|
||||
17
|
||||
18</pre></div></td><td class="code"><div class="codehilite"><pre><span></span>$ git clone https://github.com/NVIDIA/apex
|
||||
$ <span class="nb">cd</span> apex
|
||||
|
||||
<span class="c1"># ------------------------</span>
|
||||
@@ -811,6 +814,9 @@ module avail
|
||||
module load cuda-10.0
|
||||
<span class="c1"># ------------------------</span>
|
||||
|
||||
<span class="c1"># make sure you've loaded a cuda version > 4.0 and < 7.0</span>
|
||||
module load gcc-6.1.0
|
||||
|
||||
$ pip install -v --no-cache-dir --global-option<span class="o">=</span><span class="s2">"--cpp_ext"</span> --global-option<span class="o">=</span><span class="s2">"--cuda_ext"</span> ./
|
||||
</pre></div>
|
||||
</td></tr></table>
|
||||
|
||||
@@ -650,7 +650,7 @@
|
||||
|
||||
<hr />
|
||||
<h4 id="early-stopping">Early stopping</h4>
|
||||
<p>To enable ealry-stopping, define the callback and give it to the trainer.</p>
|
||||
<p>To enable early-stopping, define the callback and give it to the trainer.</p>
|
||||
<table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
|
||||
2
|
||||
3
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user