Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add paddle detection model in PR-CI-INFERENCE #34986

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

OliverLPH
Copy link
Contributor

@OliverLPH OliverLPH commented Aug 18, 2021

PR types

Others

PR changes

Others

Describe

  1. fix mkldnn typo in config.summary api
  2. add three detection model test(yolov3, ppyolo_mbv3, ppyolov2_r50vd)
  3. add trt-int8 test for resnet50 model

TODO:

  1. ppyolo_mbv3 & ppyolov2_r50vd model inference(mkldnn and trt) precision is low, need to use real data to compare
  2. DISABLED_test_ppyolo_mbv3, multi_thread4_mkl_bz2 will raise mkldnn error
I0818 06:47:53.379854 31868 device_context.cc:640] oneDNN v2.3.0
I0818 06:47:53.379855 31867 device_context.cc:640] oneDNN v2.3.0
I0818 06:47:53.379859 31870 device_context.cc:640] oneDNN v2.3.0
I0818 06:47:53.380056 31869 device_context.cc:640] oneDNN v2.3.0
W0818 06:47:53.668128 31867 operator.cc:243] expand_v2 raises an exception dnnl::error, could not construct a memory descriptor using a format tag
terminate called after throwing an instance of 'dnnl::error'
  what():  could not construct a memory descriptor using a format tag
Aborted

image

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@OliverLPH OliverLPH requested a review from jiweibo August 18, 2021 06:26
Copy link
Contributor

@jiweibo jiweibo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM wait for real data.

@OliverLPH OliverLPH merged commit 1b747de into PaddlePaddle:develop Aug 18, 2021
@OliverLPH OliverLPH deleted the add_detection_model_test branch August 18, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants