Python: Tensorflow on Windows 10 in PyCharm

Publié le: 10 avril 2017
sur la chaîne: Melissa Dale
76,743
613

How to get Python TensorFlow working in Windows with PyCharm: UPDATE: issue with pip - see below.
======================================================
Anaconda: https://www.continuum.io/downloads

"pip install" in pycharm on terminal:
import pip
pip.main(['install', 'tensorflow'])

****
UPDATE: There are some issues with pip3 (https://github.com/pypa/pip/issues/5240), a work around is to use:
from pip._internal import main
main(['install', 'tensorflow-gpu'])
****
UPDATE:TensorFlow Download and Setup (to test installation): https://www.tensorflow.org/versions/r... (OUTDATED)

Instead, I recommend trying the example code here: https://www.tensorflow.org/tutorials/...


Sur cette page du site, vous pouvez voir la vidéo en ligne Python: Tensorflow on Windows 10 in PyCharm durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Melissa Dale 10 avril 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 76,743 fois et il a aimé 613 téléspectateurs. Bon visionnage!