Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

ValueError: Unsupported ONNX attribute: name: "body" #443

Open
zlinwei opened this issue Aug 10, 2019 · 1 comment
Open

ValueError: Unsupported ONNX attribute: name: "body" #443

zlinwei opened this issue Aug 10, 2019 · 1 comment
Labels
clarification Issue resolution required comment of why and/or issue arose and what has been done to resolve it

Comments

@zlinwei
Copy link

zlinwei commented Aug 10, 2019

I download the yolov3.onnx from onnx's model zoo, then I got this exception, here is my code:

import onnx
import onnx_coreml

if __name__ == "__main__":
    model = onnx.load('yolov3.onnx')
    cml = onnx_coreml.convert(model)
@bhushan23
Copy link
Collaborator

attribute body is present in ONNX op loop which is currently not supported by onnx-coreml

@Mstronach Mstronach added the clarification Issue resolution required comment of why and/or issue arose and what has been done to resolve it label Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
clarification Issue resolution required comment of why and/or issue arose and what has been done to resolve it
Projects
None yet
Development

No branches or pull requests

3 participants