-
Notifications
You must be signed in to change notification settings - Fork 5.9k
【UnitTestFix No.4】Fix unittest test_dropout_op
#75729
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
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
|
这边看了下 CI, |
|
不过经过测试似乎 |
|
/re-run all-failed |
Co-authored-by: Nyakku Shigure <[email protected]>
test_dropout_op 单测 修复test_dropout_op
* fix: using latest API * switch check_prim_pir ON * fix: Code Style Issue * remove: useless whitelist. * fix: code-style issue. * Update test/legacy_test/test_dropout_op.py Co-authored-by: Nyakku Shigure <[email protected]> * fix: code-style issue. --------- Co-authored-by: Nyakku Shigure <[email protected]>
PR Category
Operator Mechanism
PR Types
Bug fixes
Description
此单测运行时出现大量旧版API导致报错,对API进行更新。
但仍有
decompose导致的问题,decompose并不能正常工作,导致 断言。最新的
develop分支不清楚此问题是否仍然存在。由于当前测试环境无法完整编译
Paddle,需要借用 CI 自动测试以查询decompose问题是否仍然存在。受影响的文件:
test_dropout_opprim_op_test.py调用 影响:
test_dropout_op->prim_op_test.py-> 断言 Failure.@luotao1