From 55a1f26547f18ddc5c5b5c8a07479591a4ba789d Mon Sep 17 00:00:00 2001 From: Androbin Date: Wed, 29 Mar 2017 23:57:46 +0200 Subject: [PATCH] fixed broken references to summarize_graph (#8781) * fixed broken references to summarize_graph "summarize_graph.cc" doesn't exist (anymore), updated references to "summarize_graph_main.cc" * Update README.md --- tensorflow/tools/graph_transforms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/graph_transforms/README.md b/tensorflow/tools/graph_transforms/README.md index 6597adb68a0..06ae78ef5db 100644 --- a/tensorflow/tools/graph_transforms/README.md +++ b/tensorflow/tools/graph_transforms/README.md @@ -103,8 +103,8 @@ output layers of the model are. The best source for these is the model training process, where for a classifier the inputs will be the nodes that receive the data from the training set, and the output will be the predictions. If you're unsure, the -[summarize_graph](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/summarize_graph.cc) -can inspect the model and provide guesses about likely input and output nodes, +[summarize_graph](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/summarize_graph_main.cc) +tool can inspect the model and provide guesses about likely input and output nodes, as well as other information that's useful for debugging. Here's an example of how to use it on the [Inception V3 graph](http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz):