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/...
In questa pagina del sito puoi guardare il video online Python: Tensorflow on Windows 10 in PyCharm della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Melissa Dale 10 aprile 2017, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 76,743 volte e gli è piaciuto 613 spettatori. Buona visione!