Unverified Commit 628b970a authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #5737 from thedch/patch-1

Update lite path + fix --config option
parents d7ce21fa 7a75bfce
......@@ -82,7 +82,7 @@ parameters and can be run via the TensorFlow Lite interpreter on the Android
device. For a floating point model, run this from the tensorflow/ directory:
```shell
bazel run --config=opt tensorflow/contrib/lite/toco:toco -- \
bazel run -c opt tensorflow/lite/toco:toco -- \
--input_file=$OUTPUT_DIR/tflite_graph.pb \
--output_file=$OUTPUT_DIR/detect.tflite \
--input_shapes=1,300,300,3 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment