You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Result:
A executable version of my compiled network, that runs and outputs a correct inference result. Actual Result:
A binary, that crashes with a memory violation if I try to run inferences. Steps to reproduce:
take simple network (ONNX, correct version for ONNC);
compile it using docker and master branch of C backend;
feed it with input data and weights;
it fails with a segmentation fault; Environment:
Xubuntu 20.04 LTS;
docker;
x86
ONNC version: latest commit on master (1.3)
OS (e.g. from python -c "import platform as p; print(p.platform());print(p.processor())"):
Linux-5.4.0-42-generic-x86_64-with-Ubuntu-20.04-focal
x86_64
Others:
I suspect it is a problem with the file loading, but I am not sure
The text was updated successfully, but these errors were encountered:
Expected Result:
A executable version of my compiled network, that runs and outputs a correct inference result.
Actual Result:
A binary, that crashes with a memory violation if I try to run inferences.
Steps to reproduce:
take simple network (ONNX, correct version for ONNC);
compile it using docker and master branch of C backend;
feed it with input data and weights;
it fails with a segmentation fault;
Environment:
Xubuntu 20.04 LTS;
docker;
x86
ONNC version: latest commit on master (1.3)
OS (e.g. from
python -c "import platform as p; print(p.platform());print(p.processor())"
):Linux-5.4.0-42-generic-x86_64-with-Ubuntu-20.04-focal
x86_64
Others:
I suspect it is a problem with the file loading, but I am not sure
The text was updated successfully, but these errors were encountered: