Fix style issues.

This commit is contained in:
Fangjun Kuang 2021-09-26 13:13:34 +08:00
parent be34a1feed
commit 033660a4b4

View File

@ -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":