「TensorFlow 」インストール
Tensor Flow CentOS7 Anaconda (Python3.5系)でTensorflowをインストール condaでライブラリアップデート conda update conda conda update anaconda conda update --all Tenforflow インストール pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0rc0-cp35-cp35m-linux_x86_64.whl Cannot remove entries from nonexistent file /root/anaconda3/lib/python3.5/site-packages/easy-install.pth CPU pip install --upgrade --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0rc0-cp35-cp35m-linux_x86_64.whl Installing collected packages: wheel, six, numpy, setuptools, protobuf, tensorflow Successfully installed numpy-1.12.0 protobuf-3.0.0b2 setuptools-33.1.1 six-1.10.0 tensorflow-0.10.0rc0 wheel-0.29.0 python -c 'import site; print("\n".join(site.getsitepackages()))' /root/anaconda3/lib/python3.5/site-packages ipython [root@localhost deep-learning-TensorFlow]# ipython Python 3...