1. 개발도구 및 라이브러리 설치
yum groupinstall -y "Development tools"
2. EPEL Repository 추가, pip 설치
yum install -y epel-release
yum install -y python-pip
3. tensorflow 설치 (GPU용은 별도 문서 참고)
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
'Programming > Deep Learning' 카테고리의 다른 글
[텐서플로우] inception(인셉션) 모델 사용하기 (0) | 2017.09.04 |
---|---|
텐서 플로우 튜토리얼 깃허브 소스 코드 및 한글 주석 (0) | 2017.08.28 |
[학회] 컴퓨터 인공지능 관련 학회 목록 (0) | 2017.08.18 |
[tensorboard] MNIST 그래프 (0) | 2017.08.02 |
[pyplot] MNIST 글자 이미지 띄우기 (1) | 2017.08.01 |