File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ```
37372. 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```
4646usage: tfliteiorewriter [ -h] -i INPUT_TFLITE_FILE_PATH [ -v] [ -o OUTPUT_FOLDER_PATH] [ -r RENAME RENAME]
You can’t perform that action at this time.
0 commit comments