solin319 opened a new pull request #6904:
URL: https://github.com/apache/incubator-tvm/pull/6904
when build 3d_conv with cudnn, following error occurred
1. pad_d, pad_h, pad_w = (padding, padding, padding) if isinstance(padding,
int) else padding
ValueError: too many values to unpack (expected 3)
2. NameError: name 'dtype' is not defined
This pr can fix above errors.
----------------------------------------------------------------
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]