-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
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