Skip to content

Commit

Permalink
Update onnx-converter script
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 17, 2018
1 parent e2f66d8 commit 052191c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/onnx-converter
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ fi
export PYTHONUSERBASE=${build}/third_party/pypi/${identifier}
export PATH=$PATH:${PYTHONUSERBASE}/bin
rm -rf ${PYTHONUSERBASE}
pip install --quiet --user coremltools
pip install --quiet --user tensorflow
pip install --quiet --user keras
pip install --quiet --user ${third_party}/${identifier}

python ${tools}/onnx-converter.py $@

0 comments on commit 052191c

Please sign in to comment.