From b8d5fa812c35395fcb094c7ed64dc305b8a8a874 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Wed, 17 Feb 2021 09:29:30 -0800 Subject: [PATCH] Fix typo in README.md (#6713) Fixes #6710. --- samples/c_cxx/imagenet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/c_cxx/imagenet/README.md b/samples/c_cxx/imagenet/README.md index ab6a24365d..3addebd04e 100644 --- a/samples/c_cxx/imagenet/README.md +++ b/samples/c_cxx/imagenet/README.md @@ -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