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

It seems to have no effect on this work. #11

Open
MoonWolf9067 opened this issue Aug 27, 2019 · 1 comment
Open

It seems to have no effect on this work. #11

MoonWolf9067 opened this issue Aug 27, 2019 · 1 comment

Comments

@MoonWolf9067
Copy link

@joe-siyuan-qiao Hi,thanks for your work! When I use the following code in my work, it seems to have no effect . Before the convolution, I made changes to the convolution kernel according to the following code.Then the convolution result is sent to the group normalization. So, can you give me some ideas? Thanks
tg

@csrhddlam
Copy link
Collaborator

Hi, thanks for your interest! It is a little tricky to implement WS in Tensorflow. You need to make sure that WS is executed correctly in both the forward and the backward pass. If you're using the latest version, we recommend adding those lines before this line. We also have an example of using WS in dgcnn. Moreover, you could use tf.custom_gradient and/or tf.print to further verify your implementation. Thanks.

Huiyu

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

No branches or pull requests

2 participants