-
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.225、227、197、187、152】 Migrate tanhshrink/thresholded_relu/Selu/RRelu/maxout into pir #58429
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.
nice work~ 但是有一些单测缺失,需要补上
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
…ed_relu/Selu/RRelu/maxout into pir (PaddlePaddle#58429)
…ed_relu/Selu/RRelu/maxout into pir (PaddlePaddle#58429)
PR types
Others
PR changes
APIs
Description
No.225、227、197、187与 152
PIR API 推全升级
将 tanhshrink 迁移升级至 pir,并更新单测 单测覆盖率:3/4
将 thresholded_relu 迁移升级至 pir,并更新单测 单测覆盖率:3/4
将 Selu 迁移升级至 pir,并更新单测 单测覆盖率:3/4
将 maxout 迁移升级至 pir,并更新单测 单测覆盖率:3/4
tanhshrink / thresholded_relu / Selu / maxout / RRelu 这5个的 test_errors 都存在问题
将 RRelu 迁移升级至 pir,并更新单测 单测覆盖率:11/14
test_error_functional
和test_error_layer
存在问题