-
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.1、20、103、104、120】 Migrate L1Loss/BCELoss/HSigmoidLoss/SmoothL1Loss/KLDivLoss into pir #58708
Conversation
目前需要等待 #58876 先合入 |
nn.initializer.Bilinear/Assign 已迁移至 pir 下:#60114 |
This comment was marked as resolved.
This comment was marked as resolved.
内部相关同学在解决这个问题了~ |
此问题已解决:#60264 ,可拉取最新代码进行测试。 |
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
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进行修改~
…Loss/SmoothL1Loss/KLDivLoss into pir (PaddlePaddle#58708)
PR types
Others
PR changes
APIs
Description
test/legacy_test/test_l1_loss.py
文件下self.assertTrue('aaa' in result3.name)
不支持pir model,于是将TestClassL1Loss.run_static
和TestFunctionalL1Loss.run_static
关闭test/legacy_test/test_hsigmoid_op.py
没有开启test_hs_grad_with_sparse
,原因是 调用的paddle.static.nn.embedding
和base.DataFeeder
应该没有适配pir