We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to get "compile-onnx" running, but have an error:
root@15082926ce00:/# compile-onnx Traceback (most recent call last): File "/usr/local/bin/compile-onnx", line 5, in <module> from deepC.scripts.onnx2exe import main File "/usr/local/lib/python3.10/dist-packages/deepC/scripts/onnx2exe.py", line 38 def compilerWrapper; ^ SyntaxError: invalid syntax
It can be reproduces with a simple empty ubuntu docker:
sudo docker run -i -t ubuntu /bin/bash --------------------------- apt update && apt upgrade -y apt install python3 python3-pip3 pip install deepC compile-onnx
(also with an file argument compile-onnx xy.onnx)
compile-onnx xy.onnx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to get "compile-onnx" running, but have an error:
It can be reproduces with a simple empty ubuntu docker:
(also with an file argument
compile-onnx xy.onnx
)The text was updated successfully, but these errors were encountered: