mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
74cac9ea02
commit
9c106ef43d
Binary file not shown.
@ -223,7 +223,7 @@ class Conformer(EncoderInterface):
|
||||
'''
|
||||
x = self.sigmoid(self.alpha[-1]) * layer_outputs[17]
|
||||
x += self.sigmoid(self.alpha[-2]) * layer_outputs[14]
|
||||
#x += self.sigmoid(self.alpha[-3]) * layer_outputs[11]
|
||||
x += self.sigmoid(self.alpha[-3]) * layer_outputs[11]
|
||||
#x += self.sigmoid(self.alpha[-4]) * layer_outputs[8]
|
||||
#x += self.sigmoid(self.alpha[-5]) * layer_outputs[5]
|
||||
#x += self.sigmoid(self.alpha[-6]) * layer_outputs[2]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user