提交 a633eb9c 编写于 作者: Y Yibing Liu

change two arguments

上级 7db13ca9
......@@ -198,8 +198,7 @@ def infer():
vocabulary=vocab_list,
beam_size=args.beam_size,
ext_scoring_func=ext_scorer,
blank_id=len(vocab_list),
num_processes=1)
blank_id=len(vocab_list))
for i, beam_search_result in enumerate(beam_search_nproc_results):
target_transcription = ''.join(
[vocab_list[index] for index in infer_data[i][1]])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册