提交 b4d1dc1d 编写于 作者: H Hui Zhang

fix rtf compute

上级 aaf39863
......@@ -107,7 +107,7 @@ int main(int argc, char* argv[]) {
}
LOG(INFO) << utt << " " << result;
LOG(INFO) << " RTF: " << dur / local_timer.Elapsed() << " dur: " << dur
LOG(INFO) << " RTF: " << local_timer.Elapsed() / dur << " dur: " << dur
<< " cost: " << local_timer.Elapsed();
result_writer.Write(utt, result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册