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
This commit is contained in:
parent
879eeb5f7f
commit
55a1f26547
@ -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
|
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
|
data from the training set, and the output will be the predictions. If you're
|
||||||
unsure, the
|
unsure, the
|
||||||
[summarize_graph](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/summarize_graph.cc)
|
[summarize_graph](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/summarize_graph_main.cc)
|
||||||
can inspect the model and provide guesses about likely input and output nodes,
|
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
|
as well as other information that's useful for debugging. Here's an example of
|
||||||
how to use it on the [Inception V3
|
how to use it on the [Inception V3
|
||||||
graph](http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz):
|
graph](http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz):
|
||||||
|
Loading…
Reference in New Issue
Block a user