from local

This commit is contained in:
dohe0342 2023-02-14 22:54:33 +09:00
parent 44faf6d523
commit 10eb735950
2 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ class Conformer(Transformer):
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)
else:
self.condition_layer = None