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
fc36007b5b
commit
62bcb44876
Binary file not shown.
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user