-
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.248、249】 Migrate CTCLoss/RNNTLossinto pir #58661
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that cc75327's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
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.
self.inputs = {
"Logits": (logits, self.logits_lod),
"Label": (labels, self.labels_lod),
}
有些继承自OpTest的单测,inputs配置类似上面的代码,比如Logits输入是一个tuple,第二个参数是lod参数。这类的单测在pir下还不支持,请先排查下这类单测,先不要打开pir测试,然后我们再看下是否还会有其他问题~
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.
看CI报错是test_check_grad会有精度问题,先把test_check_grad的check_pir设置为False吧,我找相关同学看下~
这个应该和 pir 关系不大,也出现了数值问题,可以帮忙看一下嘛🙏 @0x45f
|
#59189 反向问题修复 |
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
Others
Description
PIR API 推全升级
CTCLoss 单测通过率 5/7
test_warpctc_op
TestWarpCTCOpError.test_errors
未开启TestWarpCTCOp
未开启由于:RNNTLoss 单测通过率 4/5:
TestWarpRNNTOpError.test_errors
未开启