chengven027-intellif opened a new pull request, #12500: URL: https://github.com/apache/tvm/pull/12500
Hi, this is a little question. When I run group_conv3d test. I set the 'group' equal 'in_channel '. Then the op result is 100% error. The error is in 'conv3d.py.': ` in_channel // groups // ic_bn`. the result is 0. Because it is the shape of kernel. Can`t equal 0. So I set it equal 1 if the result is 0. Then my test successed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
