d-ailin/GDN

I want to ask about one detail in your code

Closed this issue · 0 comments

in graph_layer.py
line 91: embedding_i, embedding_j = embedding[edge_index_i], embedding[edges[0]]
why the index for j is 0 but not 1?