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

Support static graph code-gen for deformableConvV1 #53569

Closed
wants to merge 3 commits into from

Conversation

sanbuphy
Copy link
Contributor

@sanbuphy sanbuphy commented May 7, 2023

PR types

Others

PR changes

Others

Description

#51842

@paddle-bot
Copy link

paddle-bot bot commented May 7, 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.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels May 7, 2023
@paddle-bot
Copy link

paddle-bot bot commented May 7, 2023

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

@@ -88,6 +88,16 @@
data_type : x
backward : deformable_conv_grad

- op : deformable_conv_v1
args : (Tensor x, Tensor offset, Tensor filter, int[] strides={1, 1}, int[] paddings={0, 0}, int[] dilations={1, 1}, int deformable_groups=1, int groups=1, int im2col_step=64)
Copy link
Contributor

Choose a reason for hiding this comment

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

对应的配置到ops.yaml中和backward中

infer_meta :
func : DeformableConvInferMeta
kernel :
func : deformable_conv_v1
Copy link
Contributor

Choose a reason for hiding this comment

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

deformable_conv_v1->deformable_conv

infer_meta :
func : DeformableConvGradInferMeta
kernel :
func : deformable_conv_v1_grad
Copy link
Contributor

Choose a reason for hiding this comment

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

deformable_conv_v1_grad->deformable_conv_grad

@@ -576,6 +576,13 @@
outputs :
out : Output

- op : deformable_conv_v1
Copy link
Contributor

Choose a reason for hiding this comment

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

deformable_conv_v1->deformable_conv(deformable_conv_v1)
deformable_conv_v1_grad->deformable_conv_grad(deformable_conv_v1_grad)

@heavyrain-lzy
Copy link
Contributor

感谢您的贡献,目前看该任务需要进一步调整,本期该任务暂时关闭。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants