tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Hi, I want to ask if there are some tutorials to tell the structure of ONNX format.

Open dxu23nc opened this issue 4 years ago • 1 comments
trafficstars

I have a project, which needs to know how the ONNX store the model and get the parameters of each layer. Could anyone can give me a link that has the content I need?

Thanks in advance.

dxu23nc avatar Dec 01 '20 02:12 dxu23nc

If you are familiar with Protobuf, take a look at https://github.com/onnx/onnx/blob/e5e9a539f550f07ec156812484e8d4f33fb91f88/onnx/onnx.proto3#L335

wenbingl avatar Dec 04 '20 00:12 wenbingl