-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
use VectorExecutor() on GPU will stuck #3957
Comments
开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区 |
看看串行代码怎么写的 |
首先VectorExecutor取同一个就可以了,如果你这么写建议在__init__函数中定义一个self.vector_executor 循环方面帮你试验了一下,是不会卡主的,示例代码如下:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在 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: