텐서플로우 설치

1 개요[ | ]

텐서플로우 설치
Tensorflow Installation

2 맥OS 환경[ | ]

→설치는 Virtualenv 설치 참조
→설치 경로는"~/tensorflow/"
johnjeong@Johnde-MacBook-Air:~$ syntaxhighlight ~/tensorflow/bin/activate
(tensorflow) johnjeong@Johnde-MacBook-Air:~$
  • 3. virtualenv 환경에서 텐서플로우 설치 및 필요한 패키지 설치
(tensorflow) johnjeong@Johnde-MacBook-Air:~$ pip3 install --upgrade tensorflow
Collecting tensorflow
  Downloading tensorflow-1.3.0-cp36-cp36m-macosx_10_11_x86_64.whl (39.8MB)
    100% |████████████████████████████████| 39.8MB 24kB/s
Collecting numpy>=1.11.0 (from tensorflow)
  Using cached numpy-1.13.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.ma
cosx_10_10_intel.macosx_10_10_x86_64.whl
Collecting tensorflow-tensorboard<0.2.0,>=0.1.0 (from tensorflow)
  Downloading tensorflow_tensorboard-0.1.5-py3-none-any.whl (2.2MB)
    100% |████████████████████████████████| 2.2MB 457kB/s
Collecting wheel>=0.26 (from tensorflow)
  Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
    100% |████████████████████████████████| 71kB 5.3MB/s
Collecting protobuf>=3.3.0 (from tensorflow)
  Downloading protobuf-3.4.0-py2.py3-none-any.whl (375kB)
    100% |████████████████████████████████| 378kB 1.9MB/s
Requirement already up-to-date: six>=1.10.0 in /Library/Frameworks/Python.framework/Versions/3.6
/lib/python3.6/site-packages (from tensorflow)
Collecting markdown>=2.6.8 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow)
  Downloading Markdown-2.6.9.tar.gz (271kB)
    100% |████████████████████████████████| 276kB 2.9MB/s
Collecting werkzeug>=0.11.10 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow)
  Downloading Werkzeug-0.12.2-py2.py3-none-any.whl (312kB)
    100% |████████████████████████████████| 317kB 2.6MB/s
Collecting html5lib==0.9999999 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow)
  Downloading html5lib-0.9999999.tar.gz (889kB)
    100% |████████████████████████████████| 890kB 1.1MB/s
Collecting bleach==1.5.0 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow)
  Downloading bleach-1.5.0-py2.py3-none-any.whl
Collecting setuptools (from protobuf>=3.3.0->tensorflow)
  Using cached setuptools-36.2.7-py2.py3-none-any.whl
Installing collected packages: numpy, setuptools, protobuf, markdown, wheel, werkzeug, html5lib,
 bleach, tensorflow-tensorboard, tensorflow
  Found existing installation: setuptools 28.8.0
    Uninstalling setuptools-28.8.0:
      Successfully uninstalled setuptools-28.8.0
  Running setup.py install for markdown ... done
  Found existing installation: html5lib 0.999999999
    Uninstalling html5lib-0.999999999:
      Successfully uninstalled html5lib-0.999999999
  Running setup.py install for html5lib ... done
  Found existing installation: bleach 2.0.0
    Uninstalling bleach-2.0.0:
      Successfully uninstalled bleach-2.0.0
Successfully installed bleach-1.5.0 html5lib-0.9999999 markdown-2.6.9 numpy-1.13.1 protobuf-3.4.
0 setuptools-36.2.7 tensorflow-1.3.0 tensorflow-tensorboard-0.1.5 werkzeug-0.12.2 wheel-0.29.0

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}