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/...
Auf dieser Seite können Sie das Online-Video Python: Tensorflow on Windows 10 in PyCharm mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Melissa Dale 10 April 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 76,743 Mal angesehen und es wurde von 613 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!