Recent Posts
Recent Comments
Link
11-03 06:28
관리 메뉴

Replay 개발자 이야기

TensorLayer(Tensorflow wrapper 라이브러리) 본문

Machine Learning/Tensorflow

TensorLayer(Tensorflow wrapper 라이브러리)

안냐앙 2016. 9. 5. 00:35

텐서플로우 코리아에서 tensorflow wrapper 라이브러리인 tensorLayer가 나왔다는 것을 봤다.

참조링크 : https://tensorflowkorea.wordpress.com/


TensorLayer 정리

참조링크 : http://tensorlayer.readthedocs.io/en/latest/index.html


  • Imperial Collage London의 Ph.D. 졸업 예정자인 Hao Dong이 만들고 있음
  • TPU(Tensor Processing Unit) 지원이 포함되게 개발하는 것이 목표
  • Tensorflow의 작업을 도와주는 것이지 대신 하는 것 X

※ TPU(Tensor Processing Unit) 란?

참조링크 : https://tensorflowkorea.wordpress.com/2016/05/19/tensor-processing-unittpu/


  • 텐서플로우에 최적화된 반도체 칩
  • 8비트 부동소숫점 연산 


설치

  • Step 1 : numpy and matplotlib 설치
  • Step 2 : Tensorflow 설치
  • Step 3 : TensorLayer 설치

※ pip install 안될 경우 GitHub 에서 소스를 받아서 Python setup.py install로 설치


  • Step 4 : GPU Support

1. CUDA 설치

다운로드 링크 : https://developer.nvidia.com/cuda-downloads

2. CUDNN 설치

다운로드 링크 : https://developer.nvidia.com/cudnn 




Comments