lucidrains/En-transformer

some question about the En-transformer

charlotte0104 opened this issue · 1 comments

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?

I believe it is computed internally as the positions update on each Attention layer