from local

This commit is contained in:
dohe0342 2023-02-02 10:53:47 +09:00
parent c29259e152
commit 48f8cde221
2 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Conformer(EncoderInterface):
x += self.sigmoid(self.alpha[-2]) * layer_outputs[14]
x += self.sigmoid(self.alpha[-3]) * layer_outputs[11]
#x += self.sigmoid(self.alpha[2]) * layer_outputs[5]
x = self.layer_norm(x/2)
x = self.layer_norm(x/3)
#x = self.sigmoid(self.alpha[-1]) * layer_outputs[17]
#x += self.sigmoid(self.alpha[-2]) * layer_outputs[