-
Hello!!
when I look at a produced batch I get the following:
The edge indeces for each edge type are sampled in the way I'd expect them to, but the edge weights aren't aligned - the batch contains all the edge weights from the original graph. This is not what I want - I would be expecting 10 and 11 edge weights which correspond to the sampled indeces. Can someone help me here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
sorry solved!! the edge_indeces and edge_weight weren't of the same lenght initally - so this was causing issues! |
Beta Was this translation helpful? Give feedback.
sorry solved!! the edge_indeces and edge_weight weren't of the same lenght initally - so this was causing issues!