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
d2c0a3d8fa
commit
cc66dad66b
Binary file not shown.
@ -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]
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user