[0-size Tensor No.166、257] Add 0-size Tensor support for paddle.nn.functional.ctc_loss [fluid_ops]#74042
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (75.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #74042 +/- ##
==========================================
Coverage ? 75.00%
==========================================
Files ? 3
Lines ? 8
Branches ? 0
==========================================
Hits ? 6
Misses ? 2
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
|
修改为抛出错误之后,之前的测试用例应该是报[paddle error],请在paddleapitest中将这些测试用例删掉,避免复测继续报错。PFCCLab/PaddleAPITest#354 close了,删除配置好像并未生效 |
已打开PR,增加了当前PR中算子,待确认后配置会删除 |
|
涉及符号推导的修改,请 @luotao1 协调云飞review下 |
…nctional.ctc_loss [fluid_ops] (PaddlePaddle#74042) * Fix * Fix * Fix * ci * Fix * Fix * Fix
PR Category
Operator Mechanism
PR Types
Bug fixes
Description
166 paddle.nn.functional.ctc_loss

PaddleAPITest 测试为numpy error, torch error
类似 margin_cross_entropy PFCCLab/PaddleAPITest#354 改为抛出错误,python部分修改有性能问题,在infermeta和符号推导修改

257 paddle.signal.istft 测试用例都不支持0-size,修改为抛出错误