fix some trivial typos (#9565)
This commit is contained in:
parent
99cc759e0b
commit
a48d2ae1e5
@ -81,10 +81,10 @@ bazel-bin/tensorflow/tools/graph_transforms/transform_graph \
|
||||
--out_graph=optimized_inception_graph.pb \
|
||||
--inputs='Mul:0' \
|
||||
--outputs='softmax:0' \
|
||||
--transforms='\
|
||||
strip_unused_nodes(type=float, shape="1,299,299,3") \
|
||||
remove_nodes(op=Identity, op=CheckNumerics) \
|
||||
fold_old_batch_norms \
|
||||
--transforms='
|
||||
strip_unused_nodes(type=float, shape="1,299,299,3")
|
||||
remove_nodes(op=Identity, op=CheckNumerics)
|
||||
fold_old_batch_norms
|
||||
'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user