HazyResearch / hgcn

Hyperbolic Graph Convolutional Networks in PyTorch.
603 stars 109 forks source link

issue of <(0,X^0,E),o> = 0 #38

Open gshahaaa opened 2 years ago

gshahaaa commented 2 years ago

The dimension of $ X^{0,E} $ is d, therefor $ (0,X^{0,E}) $ has the d+1 dimension. However, the dimension of o is d. I wonder whether the operation of Minkowski inner product between them is correct.