Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, I got this error again and spent 2 hours debugging. It would be great if it could fail with a better error message ! Thanks a lot. |
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
-
Hey!
So in my task I calculate corrcoef with numpy between nodes and use them as edge weights in network and for some values of edge weights my network returns nan values. Is there some specific interval that weights value need to be or ?
My network consist of only ChebConv(3,3,K = 2). My weights are dimension 1x784 because i have 28 nodes so if needed I can provide weights values. Weights values are between [-1,1].
Ty for your time.
Beta Was this translation helpful? Give feedback.
All reactions