add resnet50 trt tests in pr-ci-inference#34465
Merged
OliverLPH merged 18 commits intoPaddlePaddle:developfrom Jul 31, 2021
Merged
add resnet50 trt tests in pr-ci-inference#34465OliverLPH merged 18 commits intoPaddlePaddle:developfrom
OliverLPH merged 18 commits intoPaddlePaddle:developfrom
Conversation
|
✅ This PR's description meets the template requirements! |
|
Thanks for your contribution! |
jiweibo
previously approved these changes
Jul 29, 2021
Contributor
jiweibo
left a comment
There was a problem hiding this comment.
LGTM,期待后续把windows的运行脚本也加下哈
Superjomn
reviewed
Jul 29, 2021
jiweibo
reviewed
Jul 29, 2021
jiweibo
reviewed
Jul 29, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Describe
PR-CI-INFERENCE流水线中开启TensorRT编译打开IR的GPU前向推理,TRT FP32预测,batch_size=2预测,TRT FP32预测,序列输入batch_size=1,2,3,4的数据预测。与关闭IR的GPU前向推理进行结果校验。该test仅在PR-CI-INFERENCE流水线中生效。demo_ci中的 trt_mobilenet_demo 在打开 trt 预测后会失败,待修复