jwfromm opened a new pull request #5995: URL: https://github.com/apache/incubator-tvm/pull/5995
When importing a Conv1D operation with VALID padding, a Relay error would be produced due to the onnx frontend producing a tuple with only one element instead of two as expected. Adding `get_pad_tuple1d` to the `make_conv1d` call covers this and is more robust than the previous approach. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
