Replies: 1 comment
-
Hi @primising, have you had a chance to look at # We also need to make sure to add the reverse edges from movies to users
# in order to let a GNN be able to pass messages in both directions.
# We can leverage the `T.ToUndirected()` transform for this from PyG: Here're some references you might find useful: |
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.
-
In https://colab.research.google.com/drive/1xpzn1Nvai1ygd_P5Yambc_oe4VBPK_ZT?usp=sharing#scrollTo=JMGYv83WzSRr this colab,Heterogeneous Graph Creation,this out:
but in the code:
And I can't fill in the correct parameters in the following code,This confused me,I hope someone can help me ,thank you.
Beta Was this translation helpful? Give feedback.
All reactions