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
64dc92efb4
commit
a2d097b8b9
Binary file not shown.
@ -664,9 +664,6 @@ def get_transducer_model(params: AttributeDict) -> nn.Module:
|
||||
decoder = get_decoder_model(params)
|
||||
joiner = get_joiner_model(params)
|
||||
|
||||
print('0'*20)
|
||||
print(params.spk_id)
|
||||
print('0'*20)
|
||||
model = Transducer(
|
||||
encoder=encoder,
|
||||
decoder=decoder,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user