Skip to content

Commit

Permalink
[tool] fix wrong onnc path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Po Yen Chen committed Sep 12, 2019
1 parent 25971eb commit b727261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_layer_test/compile-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
MODELS=($(find $SCRIPT_DIR -iname "*.onnx"))

ONNC=./tools/onnc/onnc
ONNC=onnc

for model in "${MODELS[@]}"; do
model_dir="$(dirname $model)"
Expand Down

0 comments on commit b727261

Please sign in to comment.