I have a question related to the reference point of the log and exp mapping in HGCN layer.
Based on eq.9 in the paper, the reference point for log and exp map is the central node x_i. However, in the released code, the reference points are always zero, from line 134 and line 140 in hyp_layer.py.
Hello,
I have a question related to the reference point of the log and exp mapping in HGCN layer.
Based on
eq.9
in the paper, the reference point for log and exp map is the central nodex_i
. However, in the released code, the reference points are always zero, from line 134 and line 140 inhyp_layer.py
.Thanks!