mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-17 13:12:19 +00:00
Fix style issues.
This commit is contained in:
parent
be34a1feed
commit
033660a4b4
@ -288,7 +288,7 @@ def decode_one_batch(
|
||||
|
||||
# hyps is a list of list of str, e.g., [['xxx', 'yyy', 'zzz'], ... ]
|
||||
hyps = [s.split() for s in hyps]
|
||||
key = f"ctc-decoding"
|
||||
key = "ctc-decoding"
|
||||
return {key: hyps}
|
||||
|
||||
if params.method == "nbest-oracle":
|
||||
|
Loading…
x
Reference in New Issue
Block a user