mirror of
https://github.com/redoules/redoules.github.io.git
synced 2025-12-12 15:59:34 +00:00
minor error correction
This commit is contained in:
parent
c0aa677fc5
commit
772f33f453
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user