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
9bc97cd8c1
commit
b2ab9a6bd2
Binary file not shown.
@ -141,6 +141,9 @@ class Conformer(Transformer):
|
||||
self.layer_norm = nn.LayerNorm(d_model)
|
||||
|
||||
self.interctc = interctc
|
||||
self.interctc_condition = interctc_condition
|
||||
if self.interctc_condition:
|
||||
self.condition_layer = ScaledLinear(d_model, 500)
|
||||
|
||||
def run_encoder(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user