Closed sunqiang85 closed 6 years ago
in model.py line 114: x = self.relu(v + q) in the forward method of Class 'Attention', why not use '*' ?
Because the paper that this code is trying to implement did it that way.
in model.py line 114: x = self.relu(v + q) in the forward method of Class 'Attention', why not use '*' ?