From 4775b8d722476554c6b2ad2b48d27c338a27aefa Mon Sep 17 00:00:00 2001 From: cim0009 <vojtech.cima@vsb.cz> Date: Tue, 6 Feb 2018 13:41:47 +0100 Subject: [PATCH] Update formatting of tensorflow.md --- .../software/machine-learning/tensorflow.md | 54 ++++++++++--------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/docs.it4i/software/machine-learning/tensorflow.md b/docs.it4i/software/machine-learning/tensorflow.md index d7c9c8329..d5476045a 100644 --- a/docs.it4i/software/machine-learning/tensorflow.md +++ b/docs.it4i/software/machine-learning/tensorflow.md @@ -11,36 +11,40 @@ $ ml av Tensorflow Anselm provides beside others these three different TensorFlow modules: -* Tensorflow/1.1.0 (CPU only, not recommended), module built with: - * GCC/4.9.3 - * Python/3.6.1 -* Tensorflow/1.1.0-CUDA-7.5.18-Python-3.6.1 (GPU enabled), module built with: - * GCC/4.9.3 - * Python/3.6.1 - * CUDA/7.5.18 - * cuDNN/5.1-CUDA-7.5.18 -* Tensorflow/1.1.0-CUDA-8.0.44-Python-3.6.1 (GPU enabled), module built with: - * GCC/4.9.3 - * Python/3.6.1 - * CUDA/8.0.44 - * cuDNN/5.1-CUDA-8.0.44 +**Tensorflow/1.1.0** (CPU only, not recommended), module built with: + * GCC/4.9.3 + * Python/3.6.1 + +**Tensorflow/1.1.0-CUDA-7.5.18-Python-3.6.1** (GPU enabled), module built with: + * GCC/4.9.3 + * Python/3.6.1 + * CUDA/7.5.18 + * cuDNN/5.1-CUDA-7.5.18 + +**Tensorflow/1.1.0-CUDA-8.0.44-Python-3.6.1** (GPU enabled), module built with: + * GCC/4.9.3 + * Python/3.6.1 + * CUDA/8.0.44 + * cuDNN/5.1-CUDA-8.0.44 ## Salomon Modules Salomon provides beside others these three different TensorFlow modules: -* Tensorflow/1.1.0 (not recommended), module built with: - * GCC/4.9.3 - * Python/3.6.1 -* Tensorflow/1.2.0-GCC-7.1.0-2.28 (default, recommended), module built with: - * TensorFlow 1.2 with SIMD support. TensorFlow build taking advantage of the Salomon CPU architecture. - * GCC/7.1.0-2.28 - * Python/3.6.1 - * protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1 -* Tensorflow/1.2.0-intel-2017.05-mkl (TensorFlow 1.2 with MKL support), module built with: - * icc/2017.4.196-GCC-7.1.0-2.28 - * Python/3.6.1 - * protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1 +**Tensorflow/1.1.0** (not recommended), module built with: + * GCC/4.9.3 + * Python/3.6.1 + +**Tensorflow/1.2.0-GCC-7.1.0-2.28** (default, recommended), module built with: + * TensorFlow 1.2 with SIMD support. TensorFlow build taking advantage of the Salomon CPU architecture. + * GCC/7.1.0-2.28 + * Python/3.6.1 + * protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1 + +**Tensorflow/1.2.0-intel-2017.05-mkl** (TensorFlow 1.2 with MKL support), module built with: + * icc/2017.4.196-GCC-7.1.0-2.28 + * Python/3.6.1 + * protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1 ## TensorFlow Application Example -- GitLab