Python: Tensorflow on Windows 10 in PyCharm

Publicado el: 10 abril 2017
en el 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/...


En esta página del sitio puede ver el video en línea Python: Tensorflow on Windows 10 in PyCharm de Duración hora minuto segunda en buena calidad , que subió el usuario Melissa Dale 10 abril 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 76,743 veces y le gustó 613 a los espectadores. Disfruta viendo!