akaxlh / SHT

SHT, KDD 2022
48 stars 11 forks source link

I can't find the Transformer part #4

Open mmbaghi opened 7 months ago

mmbaghi commented 7 months ago

Hello I read your article. In the article, you said that you used Hypergraph Transformer, but I did not find the Transformer section in my code.

You only wrote the last function in TensorFlow 2 function ( lightSelfAttention, selfAttention ), but it was not used anywhere. Please guide what should I do to implement Transformer?

And have you used gcn instead of lightgcn?

Data-Designer commented 4 months ago

I faced the same problem. Have you solved it?

w123456789zy commented 2 months ago

I faced the same problem. Have you solved it?

akaxlh commented 2 months ago

Hi, the torch code simplifies the model (e.g. use simple convolutional HGNN, use simple alignment module). You can refer to the propagate function in the original tensorflow code for the implementation of the hypergraph transformer.