Skip to content

Commit

Permalink
fix readme (old cli syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 11, 2023
1 parent d6fef54 commit 2db0193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nnef-dump-mobilenet-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ convention, and the variant of Mobilenet we picked operates on inputs of
224x224 pixels:

```sh
tract mobilenet_v2_1.4_224_frozen.pb -i 1x224x224x3xf32 dump --nnef mobilenet.nnef.tgz
tract mobilenet_v2_1.4_224_frozen.pb -i 1,224,224,3,f32 dump --nnef mobilenet.nnef.tgz
```

## Running with tract_nnef
Expand Down
File renamed without changes.

0 comments on commit 2db0193

Please sign in to comment.