Fix style issues.

This commit is contained in:
Fangjun Kuang 2021-10-29 12:15:09 +08:00
parent a7cf41d3ac
commit 6cbba14c3f

View File

@ -732,7 +732,8 @@ def rescore_with_whole_lattice(
logging.info(
f"num_arcs before pruning: {inv_lattice.arcs.num_elements()}"
)
logging.info("This OOM is not an error. You can ignore it. "
logging.info(
"This OOM is not an error. You can ignore it. "
"If your model does not converge well, or --max-duration "
"is too large, or the input sound file is difficult to "
"decode, you will meet this exception."