Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onnx][topi]fix group_conv3d caculate error #12500

Merged
merged 1 commit into from
Aug 19, 2022
Merged

[onnx][topi]fix group_conv3d caculate error #12500

merged 1 commit into from
Aug 19, 2022

Conversation

chengven027
Copy link
Contributor

@chengven027 chengven027 commented Aug 19, 2022

Hi,
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.

cc @blackkker

@chengven027
Copy link
Contributor Author

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

@blackkker
Copy link
Contributor

it's weird.

@blackkker
Copy link
Contributor

blackkker commented Aug 19, 2022

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. @driazati

@driazati
Copy link
Member

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

@chengven027
Copy link
Contributor Author

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

@masahi masahi merged commit 9d6039b into apache:main Aug 19, 2022
@chengven027 chengven027 deleted the conv3d_group.fix branch August 20, 2022 00:33
@chengven027 chengven027 restored the conv3d_group.fix branch August 22, 2022 03:29
@chengven027 chengven027 deleted the conv3d_group.fix branch August 22, 2022 03:49
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants