-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Prim]Add pd_op.add Operation in ALLOW_DYNAMIC_SHAPE_VJP_OPS #64342
base: develop
Are you sure you want to change the base?
[Prim]Add pd_op.add Operation in ALLOW_DYNAMIC_SHAPE_VJP_OPS #64342
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that c2de38f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
Sorry to inform you that db84cdf's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
|
PR Category
CINN
PR Types
Bug fixes
Description
PaddleTest 中 layercase/sublayer1000/Seg_cases/danet_danet_resnet50_os8_voc12aug_512x512_40k/SIR_34.py 报错,详细信息如下:
将 "pd_op.add" 添加至 ALLOW_DYNAMIC_SHAPE_VJP_OPS,解决了这个问题。
之后又报错,ReduceSum 符号推导失败。应当是符号推导中向 InferSymbolicShapeContext 迁移时,有部分逻辑没有迁移过去,小小地推进了一下。
后续接着报错,
因为 conv2d 反向算子拆分暂未实现,只能先推进到这里了。