summaryrefslogtreecommitdiff
path: root/tools/extract_weights_from_tflite/extract_from_tflite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract_weights_from_tflite/extract_from_tflite.sh')
-rwxr-xr-xtools/extract_weights_from_tflite/extract_from_tflite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract_weights_from_tflite/extract_from_tflite.sh b/tools/extract_weights_from_tflite/extract_from_tflite.sh
index be84f25f3..7bc870bec 100755
--- a/tools/extract_weights_from_tflite/extract_from_tflite.sh
+++ b/tools/extract_weights_from_tflite/extract_from_tflite.sh
@@ -27,5 +27,5 @@ TFLITE_FILE=$1
TFLITE_FILENAME=${TFLITE_FILE##*\/}
TFLITE_JSON=${TFLITE_FILENAME%\.tflite}.json
-$FLATC --json --strict-json $ROOT_PATH/externals/tensorflow/tensorflow/contrib/lite/schema/schema.fbs -- $TFLITE_FILE
+$FLATC --json --strict-json $ROOT_PATH/externals/tensorflow/tensorflow/lite/schema/schema.fbs -- $TFLITE_FILE
$SCRIPT_PATH/extract.py $TFLITE_JSON