Weight missmatch for specific batch sizes #7850
Unanswered
afonso-sousa
asked this question in
Q&A
Replies: 1 comment
-
Thanks for reporting. Do you have a minimal script to reproduce this? This would help a lot to track this issue down. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a working model using a RGCN, like this:
It works fine using batch sizes of 4, 8 and 16, but when going for 32 and 64, it throws:
I have no intuition on what might be causing the problem as it works for smaller batch sizes. Everything seems to be ok with the batch itself. Is there any batch size-dependent operation inside RGCNConv?
Beta Was this translation helpful? Give feedback.
All reactions