[PYTHON] Installez Tensorflow sur Mac

Je souhaite créer un environnement où je peux expérimenter le Deep Learning, À partir de diverses bibliothèques d'apprentissage automatique, installez d'abord TensorFlow publié par Google.

Site Web officiel de Tensorflow

environnement

Mac OS X El Capitan 10.11.6 Python 2.7.12 pip 8.1.2

Installer Pip

Installez l'outil de gestion des packages de Python Pip

Vérifiez s'il est installé

$ pip -V
pip 8.1.2 from /usr/local/lib/python2.7/site-packages (python 2.7)

Installer s'il n'est pas installé

curl -kL https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Installez TensorFlow

Vérifiez Site officiel et installez en fonction de votre environnement

Cette fois, sélectionnez les éléments suivants

# Mac OS X, CPU only, Python 2.7:
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.1-py2-none-any.whl

Installer avec pip

$ pip install --upgrade $TF_BINARY_URL

Au fait, je suis dans un environnement Proxy

$ set HTTP_PROXY=http://proxy.hoge.jp:port
$ set HTTPS_PROXY=http://proxy.hoge.jp:port
$ pip install --upgrade $TF_BINARY_URL --proxy=proxy.hoge.jp:port

Vérification du fonctionnement de Tensorflow

Exécutez le code de test sur le Site officiel sur la ligne de commande

$ 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
>>>

L'installation est terminée si le code de test fonctionne.

Recommended Posts

Installez Tensorflow sur Mac
Installez TensorFlow sur Ubuntu
Installez pyenv sur Mac
Installez Ansible sur Mac
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python 3.4 sur Mac
Installez Caffe sur Mac
Installer mecab sur Mac
installer mecab-python sur Mac
Installer pygame sur python3.4 sur Mac
Installer le module sur Anaconda (Mac)
Installez OpenPose sur mac (Catalina)
Installez numba sur Mac
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Django sur Mac
Installer l'oreiller sur Mac OSX 10.9
[Mac] Conseils: installez pyquery sur Mac [pyquery]
Installez TensorFlow 1.15.0 sur Raspberry Pi
Installez CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 sur Ubuntu 18.04
Installer anaconda sur Mac → Ajouter une bibliothèque
Comment installer mysql-connector-python sur Mac
Implémenter TensorFlow Lite sur Mac [édition 2019]
Instructions pour installer matplotlib sur votre Mac
Installez Sphinx sur MacOSX
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installez Scipy sur Mac OS Sierra
Installer python3 sur Mac (El Capitan)
Comment installer OpenCV sur Mac
Comment installer TensorFlow sur CentOS 7
Installez mitmproxy sur Mac OS X
Installez VirtualBox sur CentOS 7 sur VirtualBox (mac + vagrant)
Étapes pour installer python3 sur Mac
Installez pgmagick sur Mac OS X 10.9
python sur mac
Installez tensorflow. (Seulement!)
Comment installer drobertadams / toggl-cli sur Mac
Installez quand même anaconda sur un nouveau Mac
Avertissement lors de l'utilisation de TensorFlow sur Mac
Installer mecab sur Marvericks
Installer python sur WSL
Installez Faiss sur CentOS 7
Installer pip sur Mavericks
Installez Python sur Pidora.
Installez mongodb sur termux
Installez Scrapy sur python3
Installer docker sur Fedora31
Pyenv + virtualenv sur Mac
Installez numba sur CentOS 7.2
Installez Plone (4.3.6) sur MacOSX (10.10.3)
Installez PySide2 sur Ubuntu
Installez Python3.4 sur CentOS 6.6
installation de numba sur mac
Installer gensim sur Marvericks
Installez JModelica sur Ubuntu
Installez Anaconda sur Windows 10
Installez numpy sur Marvericks
Installez python sur Windows
Installer enebular-agent sur le livre Chrome
Installez pycuda sur Windows10