-
|
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Aug 23, 2021
Replies: 1 comment 5 replies
-
Can you post a code snippet to reproduce? The |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dxyzx0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you post a code snippet to reproduce? The
BatchNorm
does only take node features as argument. Are you trying to runBatchNorm
with a sparse node feature matrix? This is not supported at the moment.