Closed EmmonsCurse closed 9 months ago
Ok, I will attempt to reproduce it and verify if the error is caused by this pull request. #60629
@EmmonsCurse 您好,这个PR的修改并未涉及到matmul
的功能,您能再确定一下该问题是因为该PR [fix bug]fix bug for program_converter 引起的吗
@EmmonsCurse 您好,这个PR的修改并未涉及到
matmul
的功能,您能再确定一下该问题是因为该PR [fix bug]fix bug for program_converter 引起的吗
@zyt1024 您好,首先,请注意查看全部的报错信息,[operator < matmul > error] 只是 CPU 报错信息的一部分,还有其他的报错信息;其次,相应的复现方法我已附上,已明确给出该问题是在您的 PR 合入后出现的,基于前一个 commit 的编包是执行正常的。如有疑问,请参考给出的复现方法,执行复现即可验证,谢谢。
## error_pr(failed)
#wget -q https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuAll-LinuxCentos-Gcc82-Cuda112-Trtoff-Py38-Compile/d310158ecfaa49726af1c903e59ad535aa496808/paddlepaddle_gpu-0.0.0-cp38-cp38-linux_x86_64.whl
## the previous commit of error_pr(passed)
#wget -q https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuAll-LinuxCentos-Gcc82-Cuda112-Trtoff-Py38-Compile/2f5efb0287c1b66fb5446eb7fb8e5490dc1fd102/paddlepaddle_gpu-0.0.0-cp38-cp38-linux_x86_64.whl
@EmmonsCurse 谢谢您进行验证,可以帮忙验证下 这个PR https://github.com/PaddlePaddle/Paddle/pull/61051 合并后是否还会产生其他的bug。
@EmmonsCurse 谢谢您进行验证,可以帮忙验证下 这个PR #61051 合并后是否还会产生其他的bug。
@zyt1024 OK 👌
bug描述 Describe the Bug
0. Error Description
After the merge of https://github.com/PaddlePaddle/Paddle/pull/60629 which 'fix bug for program_converter', another error occurred while running inference on the rec_r34_vd_tps_bilstm_attn model as shown below:
1. GPU:
2. CPU
1. Operating environment
PaddlePaddle version: develop OS version: CentOS Python version: 3.8 GPU: T4 CPU info: Intel(R) Xeon(R) Gold 6271C CPU @ 2.60GHz
2. The problem recurrence steps
其他补充信息 Additional Supplementary Information
@zyt1024 Can you help me solve this?