Skip to content

ConvTranspose does not support input rank other than 4 #2394

@BowenBao

Description

@BowenBao

Describe the bug
ConvTranspose does not support input rank other than 4. This is also commented in the code

// This condition is not true for two tests in ONNX tests series:

and the two related tests are disabled today.

Urgency
This is blocking Waveglow model (1d ConvTranspose). . https://drive.google.com/file/d/1rHTmCwZfyhrz-bRx6kzPHb9YJTpokoBO/view?usp=sharing

2019-11-13 17:10:46.641685893 [E:onnxruntime:Default, runner.cc:342 RunTask] waveglow:Non-zero status code returned while running ConvTranspose node. Name:'' Status Message: Input X must be 4-dimensional. X: {1,80,222}

To Reproduce
Run the above waveglow model. Or the unittest case from onnx test_convtranspose_1d_cpu.

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