Nguyen E Ro

Results 2 issues of Nguyen E Ro

I saw that you did not mention anything about the early-fusion module that you used in your paper. However, in your code, that module is utilized before the Transformer module....

Hi, I have a question related to RLA module. ` lang_feat_att = self.lang_proj(lang_feat_att) lang_feat_att = self.RLA_lang_att(output, lang_feat_att.permute(1,0,2)) * F.sigmoid(self.lang_weight) output = output + lang_feat_att * self.rla_weight ` It seems that...