from local

This commit is contained in:
dohe0342 2023-01-07 00:13:55 +09:00
parent d2c0a3d8fa
commit cc66dad66b
2 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class Conformer(EncoderInterface):
x = self.layer_norm(1/3*(self.sigmoid(self.alpha[0])*layer_output[3] + \
self.sigmoid(self.alpha[1])*layer_output[7] + \
self.sigmoid(self.alpha[2])*layer_output[11] + \
self.sigmoid(self.alpha[2])*layer_output[11]
)
)