from local

This commit is contained in:
dohe0342 2023-01-09 20:03:02 +09:00
parent fc36007b5b
commit 62bcb44876
2 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ def get_transducer_model(params: AttributeDict) -> nn.Module:
)
return model
def get_interformer_model(encoder, params: AttributeDict) -> nn.Module:
def get_interformer_model(pt_encoder, params: AttributeDict) -> nn.Module:
encoder = get_encoder_model(params)
model = Transducer(