-
I have a large custom dataset and I want to add a single edge attribute to my model and then feed the heterogenous data to the model in batches using neighborloader. I tried using the .to_heterogenous and .to_hetero methods to convert my dataset to a heterogenous dataset, but I'm getting the following error when I try to pass batches to the model:
Any help would be greatly appreciated! :) I've included a reprex below. Karate Club Reprex:
|
Beta Was this translation helpful? Give feedback.
Answered by
EvanUp
Dec 17, 2021
Replies: 1 comment
-
Oh, figured it out... had two issues:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EvanUp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, figured it out... had two issues: