mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Fix CI test for zipformer CTC (#1165)
This commit is contained in:
parent
b8a17944e4
commit
130ad0319d
@ -264,7 +264,7 @@ def main():
|
||||
params.update(vars(args))
|
||||
|
||||
token_table = k2.SymbolTable.from_file(params.tokens)
|
||||
params.vocab_size = num_tokens(token_table)
|
||||
params.vocab_size = num_tokens(token_table) + 1
|
||||
|
||||
logging.info(f"{params}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user