diff --git a/docs.it4i/software/machine-learning/tensorflow.md b/docs.it4i/software/machine-learning/tensorflow.md index 44c76851bd148faa3906ed0b99c520bed708939c..2059b8306a33d4bba6c4c7a056ffc54e92c61973 100644 --- a/docs.it4i/software/machine-learning/tensorflow.md +++ b/docs.it4i/software/machine-learning/tensorflow.md @@ -8,6 +8,7 @@ $ ml av Tensorflow ``` <!--- + ## Salomon Modules Salomon provides (besides other) these TensorFlow modules: @@ -23,6 +24,7 @@ Salomon provides (besides other) these TensorFlow modules: * 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 @@ -38,6 +40,7 @@ print(sess.run(c)) ``` <!--- + 2021-04-08 It's necessary to load the correct NumPy module along with the Tensorflow one. @@ -46,4 +49,5 @@ It's necessary to load the correct NumPy module along with the Tensorflow one. As of 2021-03-23, TensorFlow is made available only on the Salomon cluster Tensorflow-tensorboard/1.5.1-Py-3.6 has not been not tested. + -->