from local

This commit is contained in:
dohe0342 2023-02-14 17:45:53 +09:00
parent 0e35b5ffe9
commit f975150f19
2 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Conformer(Transformer):
self.interctc = interctc self.interctc = interctc
self.interctc_condition = interctc_condition self.interctc_condition = interctc_condition
if self.interctc_condition: if self.interctc_condition:
self.condition_layer = ScaledLinear(d_model, 500) self.condition_layer = ScaledLinear(500, d_model)
def run_encoder( def run_encoder(
self, self,