-
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
【PIR API adaptor No.221】 Migrate paddle.nn.Swish/LeakyReLU into pir #58394
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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.
麻烦解决 merge 一下最新分支解决一下冲突吧,最新的分支 paddle.nn.LeakyReLU 已经适配了
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
PR types
Others
PR changes
APIs
Description
No.221 与 leaky_relu
PIR API 推全升级
将 paddle.nn.Swish 迁移升级至 pir,并更新单测 单测覆盖率:3/4
将 paddle.nn.LeakyReLU 迁移升级至 pir,并更新单测 单测覆盖率:3/4
存在问题:
raise 的是
ValueError
, 所以TestLeakyReluAPI
和TestSwishAPI
的test_errors
单测全部跳过