Skip to content

[ONNX] Support ConvTranspose + auto_pad #3608

Description

@stakemura

TVM Relay (latest master branch) couldn't compile ONNX including ConvTranspose + auto_pad.

Here is the code and the attached
ZIP-compressed ONNX file updated on Jul 25
to reproduce the error.

import tvm
import tvm.relay as relay
import onnx

onnx_model = onnx.load('upconvert.onnx')
 
shape_dict = {'input__0': (1, 3, 360, 640)}
mod, params = relay.frontend.from_onnx(onnx_model, shape_dict)

This issue is critical for us.
Would you like to support this attribute?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions