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
0ce4123fc1
commit
87f76dc27e
Binary file not shown.
Binary file not shown.
@ -143,8 +143,8 @@ class Conformer(Transformer):
|
||||
self.interctc = interctc
|
||||
self.interctc_condition = interctc_condition
|
||||
if self.interctc_condition:
|
||||
#self.condition_layer = ScaledLinear(500, d_model)
|
||||
self.condition_layer = torch.nn.Linear(500, d_model)
|
||||
self.condition_layer = ScaledLinear(500, d_model)
|
||||
#self.condition_layer = torch.nn.Linear(500, d_model)
|
||||
else:
|
||||
self.condition_layer = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user