Thanh Hoang-Minh
Thanh Hoang-Minh
Hi, I just wonder why your model have to go throw layer SpecialSpmmFunctionFinal and what is the intent of this layer The layer forward is : ```python class SpecialSpmmFunctionFinal(torch.autograd.Function): """Special...
Hi, **Why we have to use node_neighbors_2hop and then just get index of [source, 2hop_relation, 1hop_relation, 1hop_entity] instead of entity_2hop ?** In your code node_neighbors_2hop will return a dictionary like...
As title, I already read paper but still confused about the Condition of CLS token. `What is exactly is CONdition of Condensor?`