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
0e35b5ffe9
commit
f975150f19
Binary file not shown.
@ -143,7 +143,7 @@ class Conformer(Transformer):
|
||||
self.interctc = interctc
|
||||
self.interctc_condition = interctc_condition
|
||||
if self.interctc_condition:
|
||||
self.condition_layer = ScaledLinear(d_model, 500)
|
||||
self.condition_layer = ScaledLinear(500, d_model)
|
||||
|
||||
def run_encoder(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user