Open monkeycc 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!
你好,方便提供下复现代码吗?
后续会发布Paddle2.4版本,可以验证下看看是否解决了这个问题。
你好,如果还有疑问,可以提供下复现代码,我们测试一下
paddlenlp 2.5.2.post0 paddleocr 2.6.1.3 paddlepaddle-gpu 0.0.0.post117
报错信息:
input: Error: /paddle/paddle/phi/kernels/funcs/gather.cu.h:67 Assertion index_value >= 0 && index_value < input_dims[j]
failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [16] and greater than or equal to 0, but received [0]
用的最近的develop分支代码 。请问是什么原因? @dingjiaweiww @1649759610
paddlenlp 2.5.2.post0 paddleocr 2.6.1.3 paddlepaddle-gpu 0.0.0.post117
报错信息: input: Error: /paddle/paddle/phi/kernels/funcs/gather.cu.h:67 Assertion
index_value >= 0 && index_value < input_dims[j]
failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [16] and greater than or equal to 0, but received [0]用的最近的develop分支代码 。请问是什么原因? @dingjiaweiww @1649759610
请问有解决问题吗?
wsl2训练PP-YOLOE-R也出现这个问题,但在windows下没有出现
请提出你的问题 Please ask your question
虽然是paddleX的框架训练 但是报错的是paddle
其他模型没问题 就FasterRCNN 报错
最后换成 paddlepaddle-gpu==2.2.2 解决问题
希望能修复2.3的问题
环境
请提供您使用的PaddlePaddle和PaddleX的版本号 paddlepaddle-gpu 2.3.2.post112 paddlex 2.1.0
请提供您使用的操作系统信息,如Linux/Windows/MacOS Windows
请问您使用的Python版本是? Python 3.7.13
请问您使用的CUDA/cuDNN的版本号是? cuda11.6 cudnn 8.20