some question about the En-transformer
charlotte0104 opened this issue · 1 comments
charlotte0104 commented
Do I need to calculate the distance from the starting point to the endpoint myself and input it as the 'edges' parameter into the model, or should I just input the edge indices into the model, and the model will compute the distances between nodes internally?
moe-assal commented
I believe it is computed internally as the positions update on each Attention layer