提交 6129b893 编写于 作者: V Vijay Vasudevan

TensorFlow: upstream changes to git

Change 109540764
	TensorFlow: some edits to image_recognition tutorial.

Base CL: 109540774
上级 f9d3e9d0
...@@ -49,9 +49,9 @@ Andrej Karpathy who attempted to measure his own performance. He reached ...@@ -49,9 +49,9 @@ Andrej Karpathy who attempted to measure his own performance. He reached
[blog post]: http://karpathy.github.io/2014/09/02/what-i-learned-from-competing-against-a-convnet-on-imagenet/ [blog post]: http://karpathy.github.io/2014/09/02/what-i-learned-from-competing-against-a-convnet-on-imagenet/
This tutorial will teach you how to use [Inception-v3]. You'll learn how to This tutorial will teach you how to use [Inception-v3]. You'll learn how to
classify images into [1000 classes] in Python or C++. You'll learn how classify images into [1000 classes] in Python or C++. We'll also discuss how to
to run the model on mobile devices. You'll also learn how to extract higher extract higher level features from this model which may be reused for other
level features from this model which may be reused for other vision tasks. vision tasks.
We're excited to see what the community will do with this model. We're excited to see what the community will do with this model.
...@@ -90,11 +90,10 @@ will need to point `--model_dir` to the directory used. ...@@ -90,11 +90,10 @@ will need to point `--model_dir` to the directory used.
## Usage with the C++ API ## Usage with the C++ API
You can run the same [Inception-v3] model in You can run the same [Inception-v3] model in C++ for use in production
C++, though it's packaged in a slightly more compact file, because we don't need environments. You can download the archive containing the GraphDef that defines
to keep some data that's only used for training. You can download the archive the model like this (running from the root directory of the TensorFlow
containing the GraphDef that defines the model like this (running from the root repository):
directory of the TensorFlow repository):
```bash ```bash
wget https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip -O tensorflow/examples/label_image/data/inception_dec_2015.zip wget https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip -O tensorflow/examples/label_image/data/inception_dec_2015.zip
......
...@@ -97,9 +97,7 @@ trained on ImageNet Challenge data and label set. ...@@ -97,9 +97,7 @@ trained on ImageNet Challenge data and label set.
[View Tutorial](../tutorials/image_recognition/index.md) [View Tutorial](../tutorials/image_recognition/index.md)
We will be releasing code for training a state-of-the-art Inception model. We will soon be releasing code for training a state-of-the-art Inception model.
COMING SOON
## Deep Dream Visual Hallucinations ## Deep Dream Visual Hallucinations
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册