xiu-cs/IGANet

Interpretation of formulas in code

Closed this issue · 0 comments

Thank you for your great work and I would like to ask what is the meaning of a formula for a code: x = torch.einsum('bkctv, kvw -> bctw', (x, self.adj)) # 128 512 1 17 # bctw b,c,1,j

I don't quite understand the meaning of this line of code, can you explain it to me?