[PYTHON] TensFlow-Einstellungen Hinweis

Es ist ein Memo des Umgebungskonstruktionsverfahrens von TensFlow

Verfahren

brew update && brew upgrade
brew install pyenv
echo 'export PYENV_ROOT="${HOME}/.pyenv"' >> ~/.bash_profile
echo 'export PATH="${PYENV_ROOT}/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
exec $SHELL -l

pyenv install anaconda3-4.0.0
pyenv global anaconda3-4.0.0

pyenv global anaconda3-4.0.0
pyenv install -l
pyenv install 3.5.2
pyenv global 3.5.2  # 3.5.Verwenden Sie 2

Installieren Sie nun python3.5.2.

--TensFlow installieren Siehe hier

$ conda create -n tensorflow python=3.5
$ conda install -c conda-forge tensorflow

Bestätigung nach der Installation. Versuchen Sie nach dem Starten der Konsole, das TensFlow-Beispiel auszuführen.

$ python
>>>import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))
Hello, TensorFlow!
>>> a = tf.constant(10)
>>> b = tf.constant(32)
>>> print(sess.run(a + b))
42

Recommended Posts

TensFlow-Einstellungen Hinweis
PyCharm-Einstellungen Hinweis
Memo
Memo
Memo
Django Note 4
pyenv note
GroupBy Hinweis
argparse note
Django Note 5
Hinweis: Python
Ansible Note
Python-Notiz
Django Note 1
direnv note
Django Note 3
Django Note 2
[Hinweis] RepresenterError