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'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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to run a custom model but I'm getting an error when trying to load the model.
The error is coming from: https://github.com/owulveryck/onnx-go/blob/13f8618fa3024b5a5b65e03d501985bede0b7f31/attributes.go#L32-L36
Are there any plans to support this?
The text was updated successfully, but these errors were encountered: