Closed OliverLPH closed 4 years ago
@lidanqing-intel @jczaja Please help see this OCR issue
@luotao1 Where is the model file located ?
@luotao1 , @lidanqing-intel I reproducd the problem. Root cause is that oneDNN pool2d kernel is not supporting "adpative" pooling so this is something that need to be added to fix this issue
@luotao1 This issue to be fixed require two PRs to be merged: 1) #27770 (merged) 2) #27747 (awaiting approval)
System information -PaddlePaddle version: develop,
d28162b97fd2d224968c18c9da735900ef280e7c
-CPU: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz, mkldnn enabled -GPU: P4, CUDA10, CUDNN7.5, compile with GPU, but run cpu inference -OS Platform: Ubuntu1604 -Dockerfile: Paddle/tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 -Python version: 3.7 -Cmake orders -C++version.txt -API informationNote: You can get most of the information by running summary_env.py.
Steps to reproduce the behavior mkldnn_reproduce_code.txt
Describe your current behavior
Code to reproduce the issue mkldnn_reproduce_code.txt
Other info / logs