from local

This commit is contained in:
dohe0342 2023-02-02 11:02:03 +09:00
parent cd96b55846
commit 401a91dad9
2 changed files with 1 additions and 1 deletions

View File

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