-
Hi, I am trying to do link prediction with the MetaPath2Vec model and I found the example here. However, in my dataset I do not have any node labels so I need to split the data into train, val and test, and only use train_data for "train" function and model loader. I am trying to do the link prediction with AMiner dataset but I encountered the following error. Can you help me with the problem? Thank you very much!
![]() |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 7, 2024
Replies: 1 comment 1 reply
-
Mh, works for me on latest PyG master. Which PyG version are you on? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xubingze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mh, works for me on latest PyG master. Which PyG version are you on?