You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
corrected "check_graph" to "summarize_graph" (tensorflow#8896)
* corrected "check_graph" to "summarize_graph"
"check_graph" may have been the previous name for "summarize_graph"
the surrounding text suggests that both refer to the same tool
* Update README.md
The --inputs and --outputs are shared across all transforms, since it's common
316
316
to need to know what the ingoing and outgoing nodes in the graph are. You should
317
317
make sure you set these correctly before calling the graph transform tool, and
318
-
if you're in doubt check with the model's author, or use the `check_graph` tool
318
+
if you're in doubt check with the model's author, or use the [`summarize_graph`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/graph_transforms#inspecting-graphs) tool
319
319
to examine likely inputs and outputs.
320
320
321
321
All transforms can be passed the `ignore_errors` flag, with the value set to
0 commit comments