Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!182
Update formatting of tensorflow.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update formatting of tensorflow.md
patch-2
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Vojtech Cima
requested to merge
patch-2
into
master
7 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
c269cf68
7 years ago
version 1
4775b8d7
7 years ago
master (base)
and
latest version
latest version
5133c41c
3 commits,
7 years ago
version 2
c269cf68
2 commits,
7 years ago
version 1
4775b8d7
1 commit,
7 years ago
1 file
+
35
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs.it4i/software/machine-learning/tensorflow.md
+
35
−
25
Options
@@ -11,36 +11,46 @@ $ 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
Loading