SAMPN icon indicating copy to clipboard operation
SAMPN copied to clipboard

提问:网络框架图与代码的对应关系

Open songyuanbing6 opened this issue 3 years ago • 0 comments

1.网络框架图中 self attention layer 是否 对应于代码mpn.py 中的self.attention = args.attention语句? 2.fully connect layer 是否对应于代码 if self.attention: self.W_a = nn.Linear(self.hidden_size, self.hidden_size, bias=self.bias) self.W_b = nn.Linear(self.hidden_size, self.hidden_size)

songyuanbing6 avatar Mar 09 '21 09:03 songyuanbing6