mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Use modified ctc topo when vocab size is > 500 (#568)
This commit is contained in:
parent
9e24642faf
commit
145c44f710
@ -322,7 +322,7 @@ def main():
|
||||
|
||||
H = k2.ctc_topo(
|
||||
max_token=max_token_id,
|
||||
modified=False,
|
||||
modified=params.num_classes > 500,
|
||||
device=device,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user