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 Deformable Conv Dynamic Shape Support #50698

Merged
merged 5 commits into from Mar 16, 2023

Conversation

xjmxyt
Copy link
Contributor

@xjmxyt xjmxyt commented Feb 21, 2023

PR types

New features

PR changes

OPs

Describe

Add Deformable Conv Dynamic Shape Support

@paddle-bot
Copy link

paddle-bot bot commented Feb 21, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@@ -99,12 +99,12 @@ def generate_filter1(
]:
for input_size in [[32, 32]]:
for kernel_sizes in [[3, 3]]:
for strides in [[1, 1], [2, 2]]:
for paddings in [[1, 1], [0, 2]]:
for strides in [[2, 2]]:
Copy link
Contributor

Choose a reason for hiding this comment

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

为什么删除[1, 1]的测试用例?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

我把这个加上

Copy link
Contributor

@luotao1 luotao1 left a comment

Choose a reason for hiding this comment

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

LGTM for const_cast

@b3602sss b3602sss merged commit 86bf827 into PaddlePaddle:develop Mar 16, 2023
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.

None yet

3 participants