mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
parent
9e67b88c83
commit
b8d5fa812c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue