songyouwei / ABSA-PyTorch

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
MIT License
2.02k stars 526 forks source link

关于RAM中attention layer dimension 的问题 #149

Open JiahuiSophieHU opened 4 years ago

JiahuiSophieHU commented 4 years ago

你好,请问为什么 ram.py中 self.att_linear = nn.Linear(opt.hidden_dim2 + 1 + opt.embed_dim2, 1) 的dimension是 hidden_dim2 + 1 + embed_dim2? 谢谢