Skip to content

Commit 7587763

Browse files
committed
update
1 parent 9cb253b commit 7587763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ The purpose is to solve the following problems by forcibly rewriting tflite's in
3030
3131
$ docker run --rm -it \
3232
-v `pwd`:/home/user \
33-
ghcr.io/pinto0309/tfliteiorewriter:latest
33+
ghcr.io/pinto0309/tflite-input-output-rewriter:latest
3434
35-
tfliteiorewriter -i xxxx.tflite
35+
$ tfliteiorewriter -i xxxx.tflite
3636
```
3737
2. Local
3838
```bash
3939
sudo apt-get update && sudo apt-get install -y flatbuffers-compiler
4040
# Other than debian/ubuntu: https://github.com/google/flatbuffers/releases
4141
pip install -U tfliteiorewriter
4242
43-
tfliteiorewriter -i xxxx.tflite
43+
$ tfliteiorewriter -i xxxx.tflite
4444
```
4545
```
4646
usage: tfliteiorewriter [-h] -i INPUT_TFLITE_FILE_PATH [-v] [-o OUTPUT_FOLDER_PATH] [-r RENAME RENAME]

0 commit comments

Comments
 (0)