-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【PIR API adaptor No.188】 Migrate paddle.regularizer.L2Decay into pir #59313
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
183f636
to
7b10ef4
Compare
7b10ef4
to
df4c83f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
x = paddle.uniform([2, 2, 3]) | ||
out = paddle.static.nn.fc(x, 5, weight_attr=fc_param_attr) | ||
linear = paddle.nn.Linear(1, 5, weight_attr=fc_param_attr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linear = paddle.nn.Linear(1, 5, weight_attr=fc_param_attr) | |
linear = paddle.nn.Linear(3, 5, weight_attr=fc_param_attr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感谢,已修改,麻烦重新review~
PR types
Others
PR changes
APIs
Description
PIR API 推全升级
#58067
No.187 将 paddle.regularizer.L2Decay 迁移升级至 pir,并更新单测,单测覆盖率:1/2。
bow_net中paddle.static.nn.sequence_lod.sequence_pool没有对应的pir实现op: