Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

머신러닝스터디/2016/2016 10 01: Difference between revisions

From ZeroWiki
No edit summary
No edit summary
Line 4: Line 4:
** tensorflow 0.10rc에서 [https://github.com/tensorflow/models/blob/master/slim/scripts/finetune_inception_v1_on_flowers.sh 예제 스크립트] 실행 불가
** tensorflow 0.10rc에서 [https://github.com/tensorflow/models/blob/master/slim/scripts/finetune_inception_v1_on_flowers.sh 예제 스크립트] 실행 불가
** tensorflow 0.11.0rc설치 후 실행 가능
** tensorflow 0.11.0rc설치 후 실행 가능
** https://github.com/tensorflow/tensorflow/blob/r0.11/tensorflow/g3doc/get_started/os_setup.md
** 바이너리 링크 참고: https://github.com/tensorflow/tensorflow/blob/r0.11/tensorflow/g3doc/get_started/os_setup.md
  # Ubuntu/Linux 64-bit, CPU only, Python 2.7
  # Ubuntu/Linux 64-bit, CPU only, Python 2.7
  $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl
  $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl

Revision as of 13:24, 4 October 2016

# Ubuntu/Linux 64-bit, CPU only, Python 2.7
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl

# Ubuntu/Linux 64-bit
$ sudo apt-get install python-pip python-dev python-virtualenv
  • docker

더보기