Skip to content

Commit

Permalink
[Docs] fix the command in generate tensor step (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaylamba committed Sep 20, 2023
1 parent 717bb64 commit 3fd8baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch-mobilenet-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The testing image `input.jpg` is downloaded from <https://github.com/bytecodeall
If you want to generate the [raw tensor](image-1x3x224x224.rgb), you can run:

```bash
python3 gen_tensor input.jpg image-1x3x224x224.rgb
python3 gen_tensor.py input.jpg image-1x3x224x224.rgb
```

### Execute
Expand Down

0 comments on commit 3fd8baa

Please sign in to comment.