minor error correction

This commit is contained in:
redoules 2018-12-03 23:16:32 +01:00
parent c0aa677fc5
commit 772f33f453
4 changed files with 14 additions and 4 deletions

View File

@ -128,6 +128,16 @@
<p>Keras with the Tensorflow backend can be installed by running the following conda command </p>
<div class="highlight"><pre><span></span>conda install -c conda-forge keras tensorflow
</pre></div>
<p>If you want a Intel CPU optimized version, install tensorflow-mkl</p>
<div class="highlight"><pre><span></span>conda install -c conda-forge keras tensorflow-mkl
</pre></div>
<p>A GPU compatible version is also available </p>
<div class="highlight"><pre><span></span>conda install -c conda-forge keras tensorflow-gpu
</pre></div>
</div>
<aside>
<div class="bug-reporting__panel">

View File

@ -267,9 +267,9 @@ Epoch 5/5
</pre></div>
<p><img alt="Tensorboard preview" src="../images/tensorboard/2.png"></p>
<p><img alt="Tensorboard preview" src="../images/tensorboard/2.PNG"></p>
<p>TensorBoard also give access to a dynamic visualization of the graph</p>
<p><img alt="Tensorboard preview" src="../images/tensorboard/3.png"></p>
<p><img alt="Tensorboard preview" src="../images/tensorboard/3.PNG"></p>
</div>
<aside>
<div class="bug-reporting__panel">

View File

@ -5,7 +5,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>redoules.github.io/</loc>
<lastmod>2018-12-03T23:11:07-00:00</lastmod>
<lastmod>2018-12-03T23:15:56-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>

File diff suppressed because one or more lines are too long