Replies: 2 comments 18 replies
-
The |
Beta Was this translation helpful? Give feedback.
7 replies
-
I have tried as you suggested to use segment_csr. This is the implementation that I have done:
I have checked the speed up on my use case, and I didn't notice to much speed up. I think that maybe the problem is the time that I am saving with the segment_csr is spended during the creation of the ptr. Do you think that it could be done more efficient this part? Thanks! |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw in the documentation that pytorch_geometric has the implementation of batch normalization,layer normalization, instance normalization but the group normalization is missing. Is there any plans to have the group normalization implemented in pytorch geometric?
Beta Was this translation helpful? Give feedback.
All reactions