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
6c80a64370
commit
039cf91ca6
Binary file not shown.
Binary file not shown.
@ -1222,6 +1222,9 @@ def run(rank, world_size, args, wb=None):
|
||||
if name == 'encoder' and 'feature_extractor' not in n:
|
||||
enc_names.append(n)
|
||||
enc_param.append(p)
|
||||
elif 'ctc_output' in n:
|
||||
enc_names.append(n)
|
||||
enc_param.append(p)
|
||||
elif 'feature_extractor' not in n:
|
||||
dec_names.append(n)
|
||||
dec_param.append(p)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user