Skip to content

output sequence is wrong #2189

Open
Open
@s2244521

Description

@s2244521

I use tf2onnx.convert.from_keras to transform my yolo keras model to onnx but the sequence of onnx output is not the same as model output (ex: model: 81380, 162680, 325280; onnx:81380, 325280, 162680 ) . I did not define the outputs parameter, did this action cause the wrong result? please help me to know how to set outputs parameters when I use tf2onnx.convert.from_keras to get the .onnx file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pending on user responseWaiting for more information or validation from userquestionAn issue, pull request, or discussion needs more information

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions