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

Any plan to support Graph attribute type? #215

Open
odannyc opened this issue May 1, 2024 · 0 comments
Open

Any plan to support Graph attribute type? #215

odannyc opened this issue May 1, 2024 · 0 comments

Comments

@odannyc
Copy link

odannyc commented May 1, 2024

I'm trying to run a custom model but I'm getting an error when trying to load the model.

onnx: operator . Implementation error for attribute body (&ir.AttributeProto{Name:"body", RefAttrName:"", DocString:"", Type:5, F:0, I:0, S:[]uint8(nil), T:(*ir.TensorProto)(nil), G:(*ir.GraphProto)(0x14000134180), Floats:[]float32(nil), Ints:[]int64(nil), Strings:[][]uint8(nil), Tensors:[]*ir.TensorProto(nil), Graphs:[]*ir.GraphProto(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}): ir.AttributeProto_GRAPH not handled yet

The error is coming from: https://github.com/owulveryck/onnx-go/blob/13f8618fa3024b5a5b65e03d501985bede0b7f31/attributes.go#L32-L36

Are there any plans to support this?

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