aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nathan Silberman <nsilberman@google.com>2016-08-22 07:54:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-22 09:01:06 -0700
commit282fa0ba7af96448f183ed6124316af7285a7df6 (patch)
treeb4533a3045b687cbe81e5ff7f63e642c39e7771b
parent63da75452f9bcc0f87abbe03fabbff48bf01cee5 (diff)
Removing reference to TF-Example style guide.
Change: 130943569
-rw-r--r--tensorflow/contrib/slim/python/slim/nets/inception_v3.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/contrib/slim/python/slim/nets/inception_v3.py b/tensorflow/contrib/slim/python/slim/nets/inception_v3.py
index be587f87a6..cba112f703 100644
--- a/tensorflow/contrib/slim/python/slim/nets/inception_v3.py
+++ b/tensorflow/contrib/slim/python/slim/nets/inception_v3.py
@@ -37,8 +37,7 @@ def inception_v3_base(inputs,
Note that the names of the layers in the paper do not correspond to the names
of the endpoints registered by this function although they build the same
- network. This function follows the naming conventions in the style-guide at
- cs/image/understanding/tensorflow/g3doc/index.md.
+ network.
Here is a mapping from the old_names to the new names:
Old name | New name