You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/19 11:15:07 UTC

[GitHub] [tvm] chengven027-intellif opened a new pull request, #12500: [onnx][topi]fix group_conv3d caculate error

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] blackkker commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
blackkker commented on PR #12500:
URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220610192

   it's weird.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] chengven027-intellif commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on PR #12500:
URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220868913

   @masahi Could you help to review this PR? thanks.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12500:
URL: https://github.com/apache/tvm/pull/12500


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] chengven027-intellif commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on PR #12500:
URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220563616

   Why the bot will auto edit the comment?  sorry, I don`t  know why the bot always cc at you @blackkker 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] driazati commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
driazati commented on PR #12500:
URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220857366

   You're right it is #10317, editing the PR body is how it works. I added some description to #10317 to maybe clear some stuff up. @chengven027-intellif don't worry about the @s, they're opt-in for people interested in various topics


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] blackkker commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

Posted by GitBox <gi...@apache.org>.
blackkker commented on PR #12500:
URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220663758

   It seems to be caused by #10317 , I just subscribed to these topics I am interested in, by editing the author's comments, is this the effect that should happen? I don't quite understand. LOL.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org