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.layer_norm = nn.LayerNorm(d_model)
|
||||||
|
|
||||||
self.interctc = interctc
|
self.interctc = interctc
|
||||||
|
self.interctc_condition = interctc_condition
|
||||||
|
if self.interctc_condition:
|
||||||
|
self.condition_layer = ScaledLinear(d_model, 500)
|
||||||
|
|
||||||
def run_encoder(
|
def run_encoder(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user