Skip to content
Snippets Groups Projects

Gajdusek cleaning

Merged Pavel Gajdušek requested to merge gajdusek_clean into master
Compare and
22 files
+ 744
668
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -5,19 +5,21 @@ TensorFlow is an open-source software library for machine intelligence.
## TensorFlow modules
Anselm provides three different TensorFlow modules:
* Tensorflow/1.1.0
* Tensorflow/1.1.0-CUDA-7.5.18-Python-3.6.1
* Tensorflow/1.1.0-CUDA-8.0.44-Python-3.6.1
### Tensorflow/1.1.0 (CPU only)
TensorFlow 1.1 build.
TensorFlow 1.1 build.
```console
$ ml Tensorflow/1.1.0
```
This module was built with:
* GCC/4.9.3
* Python/3.6.1
@@ -30,6 +32,7 @@ $ ml Tensorflow/1.1.0-CUDA-7.5.18-Python-3.6.1
```
This module was built with:
* GCC/4.9.3
* Python/3.6.1
* CUDA/7.5.18
@@ -44,6 +47,7 @@ $ ml Tensorflow/1.1.0-CUDA-8.0.44-Python-3.6.1
```
This module was built with:
* GCC/4.9.3
* Python/3.6.1
* CUDA/8.0.44
Loading