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
在 GPU 模式下,使用VectorExecutor() 串行提取音频特征时,会在提取第二首歌时卡住。
VectorExecutor 实例化对象为同一个,
GPU 为 NVIDIA T4, cuda 版本信息如下
W1225 08:43:29.520332 3224690 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.5, Driver API Version: 12.2, Runtime API Version: 11.8
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
提取速度并不稳定,且 GPU 显存高占用,但是 GPU 使用率为 0 (该现象在每次都创建一个新的 vector 实例的情况下也存在 )
开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区
No branches or pull requests
在 GPU 模式下,使用VectorExecutor() 串行提取音频特征时,会在提取第二首歌时卡住。
VectorExecutor 实例化对象为同一个,
GPU 为 NVIDIA T4,
cuda 版本信息如下
W1225 08:43:29.520332 3224690 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.5, Driver API Version: 12.2, Runtime API Version: 11.8
The text was updated successfully, but these errors were encountered: