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 17: Line 17:
== 더보기 ==
== 더보기 ==
* install bazel in linux: [https://www.bazel.io/versions/master/docs/install.html#ubuntu link]
* install bazel in linux: [https://www.bazel.io/versions/master/docs/install.html#ubuntu link]
* https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim
* tensorflow model slim: [https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim link]
* https://github.com/tensorflow/models/blob/master/slim/scripts/finetune_inception_v1_on_flowers.sh
* flower classification tutorial script : [https://github.com/tensorflow/models/blob/master/slim/scripts/finetune_inception_v1_on_flowers.sh link]



Latest revision as of 16:51, 8 October 2016

머신러닝스터디/2016 머신러닝스터디/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

더보기

  • install bazel in linux: link
  • tensorflow model slim: link
  • flower classification tutorial script : link