投稿

1月, 2017の投稿を表示しています

「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

Distributed Deep learning on Apache Spark

What is BigDL? BigDL is a distributed deep learning library for Apache Spark; with BigDL, users can write their deep learning applications as standard Spark programs, which can directly run on top of existing Spark or Hadoop clusters. BigDL https://github.com/intel-analytics/BigDL BigDL記事