-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
transform: failed to synchronize: cudaErrorLaunchFailure: unspecified launch failure #43680
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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! |
你好,看报错信息是由于multinomial的输入参数不符合规范。看你给出的code链接是paddle的官方case,请问是否有修改其他内容呢?比如数据或者参数之类的内容。可以再仔细看一下该部分的参数输入,https://github.com/PaddlePaddle/Paddle/blob/release/2.3/paddle/phi/kernels/gpu/multinomial_kernel.cu#L64 |
@LukeLIN-web 你好请注意报错显示输入的数据有 |
没有修改任何内容, 我又重新复制了一遍, 还是同样错误 |
输入是https://www.paddlepaddle.org.cn/documentation/docs/zh/practices/reinforcement_learning/actor_critic_method.html 源代码,没有任何改动 |
你好,我目前在paddle-gpu==2.3.0, cuda10.2,cudnn 7上并没有复现出你的问题,能否提供更多的信息呢,比如所使用的GPU卡型号、操作系统、CPU型号等相关硬件信息。 |
我用镜像启动运行还是不行. |
你好,看了你的硬件参数,暂时无法判断出错的原因。建议你在不同的硬件上尝试一下,如果硬件资源不足,可以使用paddle的AI studio。 |
遇到同样的问题,gpu\multinomial_kernel.cu:56 Assertion |
Since you haven't replied for more than a year, we have closed this issue/pr. |
bug描述 Describe the Bug
Codes:
https://www.paddlepaddle.org.cn/documentation/docs/zh/practices/reinforcement_learning/actor_critic_method.html
paddle-gpu==2.3.0, cuda10.2,cudnn 7
pip install gym
It failed in training process:
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: