From 772f33f453d6b8f5eab3a142f6951a3d57f6b6fc Mon Sep 17 00:00:00 2001 From: redoules Date: Mon, 3 Dec 2018 23:16:32 +0100 Subject: [PATCH] minor error correction --- dl/keras_install.html | 10 ++++++++++ dl/tensorboard_keras.html | 4 ++-- sitemap.xml | 2 +- tipuesearch_content.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dl/keras_install.html b/dl/keras_install.html index 514658a..9aec986 100644 --- a/dl/keras_install.html +++ b/dl/keras_install.html @@ -128,6 +128,16 @@

Keras with the Tensorflow backend can be installed by running the following conda command

conda install -c conda-forge keras tensorflow
 
+ + +

If you want a Intel CPU optimized version, install tensorflow-mkl

+
conda install -c conda-forge keras tensorflow-mkl
+
+ + +

A GPU compatible version is also available

+
conda install -c conda-forge keras tensorflow-gpu
+