Skip to content

Commit

Permalink
Fix typo in README.md (#6713)
Browse files Browse the repository at this point in the history
Fixes #6710.
  • Loading branch information
Derek Murray authored Feb 17, 2021
1 parent 9e67b88 commit b8d5fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/c_cxx/imagenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone https://github.com/tensorflow/models
# Copy inception_v4.ckpt into models
cd models
# Ignore deprecation warnings
python research\slim\export_inference_graph.py --model_name=inception_v4 --output_file=grpah.pb
python research\slim\export_inference_graph.py --model_name=inception_v4 --output_file=graph.pb
```

2. Freeze the graph
Expand Down

0 comments on commit b8d5fa8

Please sign in to comment.