We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在app.py文件,推理的时间计算重复计算了,start_time=0,赋值在for循环对文字推理语音的外部,end_time赋值在for循环中,inference_time即是截止当前时间所花费的所有推理时间,并不需要进行inter_time+=inference_time_rounded的计算。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在app.py文件,推理的时间计算重复计算了,start_time=0,赋值在for循环对文字推理语音的外部,end_time赋值在for循环中,inference_time即是截止当前时间所花费的所有推理时间,并不需要进行inter_time+=inference_time_rounded的计算。
The text was updated successfully, but these errors were encountered: