from local

This commit is contained in:
dohe0342 2023-02-01 17:49:11 +09:00
parent 090898477c
commit f403d29d6a
2 changed files with 1 additions and 1 deletions

View File

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