Deployed b198435 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-08-07 13:16:49 -05:00
parent bdda196694
commit 6ccd5b10ac
3 changed files with 11 additions and 2 deletions
+10 -1
View File
@@ -653,6 +653,7 @@ have configuration issues depending on your cluster.</p>
<h4 id="distributed-and-16-bit-precision">Distributed and 16-bit precision.</h4>
<p>Due to an issue with apex and DistributedDataParallel (PyTorch and NVIDIA issue), Lightning does
not allow 16-bit and DP training. We tried to get this to work, but it's an issue on their end. </p>
<p>Below are the possible configurations we support. </p>
<table>
<thead>
<tr>
@@ -670,10 +671,18 @@ not allow 16-bit and DP training. We tried to get this to work, but it's an issu
<td></td>
<td></td>
<td></td>
<td>Y</td>
<td></td>
<td><code>Trainer(gpus=[0])</code></td>
</tr>
<tr>
<td>Y</td>
<td></td>
<td></td>
<td></td>
<td>Y</td>
<td><code>Trainer(gpus=[0], use_amp=True)</code></td>
</tr>
<tr>
<td></td>
<td>Y</td>
<td>Y</td>
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.