shiming-chen/FREE

code of FR Modules

Closed this issue · 3 comments

Hi! I found the function forward code of FR class, 'att' is missing.but your
code h=torch.cat((feat, att), dim=1) exists 'att'.

Hi, @HanAccount ,
Thank you for interesting in our work. The code h=torch.cat((feat, att), dim=1) is used for debugging, it has not been used in our final version. As such, you can directly comment it.

best!

ok!Will your code be updated to the final version?I intend to implement this code