CALMIP recommande l’utilisation plutôt de conda pour gérer ses environnements python
La bibliothèque TensorFlow est accessible au travers du module python/3.6.3.
Environnement Python + CUDA
module purge module load python/3.6.3 cuda/9.0.176.2
Lancement de TensorFlow avec Python
[login@olympelogin1 ~]$ python Python 3.6.3 |Intel Corporation| (default, Feb 12 2018, 06:37:09) [GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux >>> import tensorflow as tf >>> tf.__version__ '1.11.0'