Skip to content

3 concatenations at the same time? #146

@johnnynunez

Description

@johnnynunez

Most of the problems of edge devices is that onnx not simplifies concatenations. If we have 3 inputs at the same time, causes problems.
So solutions I think that can be
modify the original model at the position corresponding to 3 concatenations to
use two parallel Concat structures. For example, if the input nodes are A, B, C
and the output is Concat(A, B, C), modify it to Concat(Concat(A, B), C).
Specify the specific dimensions for the reshape operation in this process to
avoid abnormal precision caused by automatic inference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions