ExternalError: Cuda error(719), unspecified launch failure.
[Advise: Please search for the error code(719) on website( https://docs.nvidia.com/cuda/archive/10.0/cuda-runtime-api/group__CUDART__TYPES.html#group__CUDART__TYPES_1g3f51e3575c2178246db0a94a430e0038 ) to get Nvidia's official solution about CUDA Error.] (at C:\home\workspace\Paddle_release3\paddle\fluid\platform\stream\cuda_stream.cc:95)
[operator < multiclass_nms > error]
5条答案
按热度按时间3pvhb19x1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
njthzxwz2#
您好,请提供下复现该问题软硬环境信息和最小代码,方便我们定位问题。
qnakjoqk3#
您好,请提供下复现该问题软硬环境信息和最小代码,方便我们定位问题。
好的,cuda版本为10.2,paddlepaddle-gpu 为2.1.2,paddlex 为2.0.0rc4,
fjaof16o4#
看报错信息是CUDA launch报错,你是不是使用了多进程做预测部署,使用多进程的话需要每个子进程创建自己单独的Predictor
u0njafvf5#
看报错信息是CUDA launch报错,你是不是使用了多进程做预测部署,使用多进程的话需要每个子进程创建自己单独的Predictor
我确实是使用了多进程,“每个子进程创建自己单独的Predictor” 这个能详细点吗,我不太理解具体的