rescore RTF
python版本
见10.22.24.2:/home/yelong/data/wenet/examples/aishell/s0/recognize_lm.py
注意(花哥教):rescore lm是累计n-best的时间,am是一次的时间(一次出来n-best)
1 | from __future__ import print_function |
python版本
见10.22.24.2:/home/yelong/data/wenet/examples/aishell/s0/recognize_lm.py
注意(花哥教):rescore lm是累计n-best的时间,am是一次的时间(一次出来n-best)
1 | from __future__ import print_function |