Skip to content

[PRX] Improving export to Tensorrt #12786

Description

@WaterKnight1998

Is your feature request related to a problem? Please describe.

When I export PRX model to ONNX and try to build TensorRT Engine it fails because Col2Im operator is not supported. This Col2Im is common when using torch.nn.functional.fold and torch.nn.functional.unfold. Those functions are used in img2seq function and in seq2img

Describe the solution you'd like.
Reimplement those functions so export to onnx generates graph without thos operations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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