Skip to content
New issue

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

Memory Violation for CBackend Network #184

Open
MaxS1996 opened this issue Jul 28, 2020 · 0 comments
Open

Memory Violation for CBackend Network #184

MaxS1996 opened this issue Jul 28, 2020 · 0 comments

Comments

@MaxS1996
Copy link

MaxS1996 commented Jul 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant