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

Program crashes while trying to load onnx model #90

Open
MADHAVAN001 opened this issue Dec 16, 2019 · 1 comment
Open

Program crashes while trying to load onnx model #90

MADHAVAN001 opened this issue Dec 16, 2019 · 1 comment

Comments

@MADHAVAN001
Copy link

MADHAVAN001 commented Dec 16, 2019

This behavior is noted in convert_to_caffe2_models.py while trying to load a converted onnx model. The readme documentation was followed up until this point.

model = onnx.load(model_path)
init_net, predict_net = c2.onnx_graph_to_caffe2_net(model)

@mylyu
Copy link

mylyu commented Apr 10, 2020

to be specific, it actually crashes on
init_net, predict_net = c2.onnx_graph_to_caffe2_net(model)

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

2 participants