Comment installer TensorFlow pour Python 2 ?
How do I install TensorFlow for python 2? First, you need to download and install Anaconda in your system. $ conda create -n tensorflow pip python=2.7 # or python=3.3, etc. $ conda create -n tensorflow pip python=2.7 # or python=3.3, etc. $ conda create -n tensorflow pip python=2.7 # or python=3.3, etc. En savoir plus … Lire la suite