Open jyjfjyjf opened 2 years ago
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
本地使用paddlepaddle-gpu 2.3.0报错截图
我一样的代码,啥都没改,本地就不行,aistudio gpu可以,本地cpu也可以
aistudio上进行mlm预训练都弄完了
bernoulli 是第一个 cuda op 吧,能先check下windows装的gpu驱动是否没问题?
可以先试试其他 cuda op,如果还有问题,就是本地环境问题,如果没有问题,我们在定位下 这个 op 是不是有 bug
gpu驱动应该没问题,我用torch-gpu cuda 11.6, torch-gpu cuda 11.2都没事
其他的op有问题的我提bug了,然后你们复现出来,今天回复我了 大部分op都没问题,不过有一个问题我本地都跑不了
bug描述 Describe the Bug
报错环境 win11 python 3.7 rtx3090 cuda 11.2 paddlepaddle-gpu 2.3
代码:
报错错信息: ''' File "F:/workspace/CCAC2022_event_detect/src/pretrain.py", line 93, in paddle_mask_tokens indices_replaced = paddle.bernoulli(paddle.full(labels.shape, 0.8)).astype(paddle.bool) & masked_indices File "D:\sd\Anaconda\Anaconda\envs\paddle_2_3\lib\site-packages\paddle\tensor\random.py", line 74, in bernoulli return _C_ops.bernoulli(x) SystemError: (Fatal) Operator bernoulli raises an class thrust::system::system_error exception. The exception content is :transform: failed to synchronize: cudaErrorLaunchFailure: unspecified launch failure. (at ..\paddle\fluid\imperative\tracer.cc:307)'''
在aistudio 上正常运行的截图 本地使用paddlepaddle-cpu正常运行的截图
其他补充信息 Additional Supplementary Information
No response