SHT icon indicating copy to clipboard operation
SHT copied to clipboard

I can't find the Transformer part

Open mmbaghi opened this issue 1 year ago • 3 comments

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?

mmbaghi avatar Feb 04 '24 07:02 mmbaghi

I faced the same problem. Have you solved it?

Data-Designer avatar Apr 24 '24 07:04 Data-Designer

I faced the same problem. Have you solved it?

w123456789zy avatar Jun 16 '24 07:06 w123456789zy

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.

akaxlh avatar Jun 17 '24 02:06 akaxlh