Open rdh1115 opened 1 year ago
Hi,
Can you clarify what multi_hop edge type means? The documentation is also unclear on what --num-edge-dis is, which is used to initialize this embedding during edge encoding attention bias calculation.
if self.edge_type == "multi_hop": self.edge_dis_encoder = nn.Embedding( num_edge_dis * num_heads * num_heads, 1 )
Thank you!
同问,求解答 @zhengsx
Hi,
Can you clarify what multi_hop edge type means? The documentation is also unclear on what --num-edge-dis is, which is used to initialize this embedding during edge encoding attention bias calculation.
Thank you!