Skip to content

Commit 3fd8baa

Browse files
authored
[Docs] fix the command in generate tensor step (second-state#33)
1 parent 717bb64 commit 3fd8baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pytorch-mobilenet-image/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The testing image `input.jpg` is downloaded from <https://github.com/bytecodeall
5353
If you want to generate the [raw tensor](image-1x3x224x224.rgb), you can run:
5454

5555
```bash
56-
python3 gen_tensor input.jpg image-1x3x224x224.rgb
56+
python3 gen_tensor.py input.jpg image-1x3x224x224.rgb
5757
```
5858

5959
### Execute

0 commit comments

Comments
 (0)