Python: Tensorflow on Windows 10 in PyCharm

Publicado em: 10 Abril 2017
no canal de: 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/...


Nesta página do site você pode assistir ao vídeo on-line Python: Tensorflow on Windows 10 in PyCharm duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Melissa Dale 10 Abril 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 76,743 vezes e gostou 613 espectadores. Boa visualização!