Skip to content

[Bug] [Relay] Error when compiling a simple ONNX model #7202

@luyaor

Description

@luyaor

Description

When compiling following model with TVM, it will error.

The model(with ONNX as frontend) with error is as follows, check bug.onnx in bug2.zip.

image

Error Log

The Relay type checker is unable to show the following types match.
In particular dimension 0 conflicts: 3 does not match 1.
The Relay type checker is unable to show the following types match.
In particular `Tensor[(3), float32]` does not match `Tensor[(1), float32]`
note: run with `TVM_BACKTRACE=1` environment variable to display a backtrace.

How to reproduce

Environment

Python3, with tvm, onnx, you could also use Conda as conda env create -f environment.yml

tvm version: c31e338 Wed Dec 9 14:52:58 2020 +0900

  1. Download bug2.zip

  2. Run python check.py.

Metadata

Metadata

Assignees

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