cunjing56
cunjing56
> paddlepaddle-gpu==2.3.2.post116 训练报错 > > `[Hint: 'cudaErrorIllegalAddress'. The device encountered a load or store instruction on an invalid memory address. This leaves the process in an inconsistentstate and any further...
> https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/ppdet/modeling/proposal_generator/proposal_generator.py#L65 paddle2.2.2版本太低了,ppdet请换到2.4分支使用 我也是同样问题,用paddle2.2.2是因为,用paddle2.4会报内存不够的错误。ppdet现在是2.5, 您是让换到2.4?用2.2.2的paddle+2.4的ppdet? 我参考您分享的链接(https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/ppdet/modeling/proposal_generator/proposal_generator.py#L65),把您标注的部分粘到对应的文件,同时注释了 if else部分。 结果报错从没有'generate_proposals', 变成了没有'distribute_fpn_proposals'
I found a link https://download.csdn.net/download/i_ziyu/86857201