Skip to content

MKLDNN error for ppyolov2 model #33918

@xiegegege

Description

@xiegegege

Paddle Test Environment


Paddle version: 0.0.0
Paddle With CUDA: True

OS: Ubuntu 16.04
Python version: 3.7.0

CUDA version: 10.1.243
cuDNN version: 7.6
Nvidia driver version: None
CPU: Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz


install paddle develop (commit id:1e62c239d323354eccfc974d4e2e6496f93d848e)

git clone https://github.com/PaddlePaddle/PaddleDetection.git 
cd PaddleDetection
git checkout develop

python -m pip install -r requirments.txt
python tools/export_model.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml --output_dir=inference_model -o weights=https://paddledet.bj.bcebos.com/models/ppyolov2_r50vd_dcn_365e_coco.pdparams
python deploy/python/infer.py --model_dir=./inference_model/ppyolov2_r50vd_dcn_365e_coco/ --image_file=demo/000000570688.jpg --device=CPU --enable_mkldnn=True

767953fbf406aa18918dda343fd810c0

I have tested this case and it works well in paddle2.1.0 and paddle2.1.1, so this should be the new problem caused by paddle develop. The model ttfnet_darknet53_1x_coco has the same problem.

ppyolov2_cpu_mkldnnn_log.txt

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions