-
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
[Dy2St] pir dy2st unittest verification - Part 10 #59276
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.
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.
@gouzil 这个 PR 可以同步到表格了
PR types
Others
PR changes
Others
Description
test_deepcopy
test_set_dynamic_shape
paddle.jit.dy2static.utils_helper.set_dynamic_shape
,添加类似 OpResult._set_shape 之类的接口,已反馈震哥AttributeError: 'paddle.base.libpaddle.pir.OpResult' object has no attribute 'desc'
修改单测即可test_partial_program
: {TestWithNoGrad
,TestWithTrainAndEval
}paddle.jit.dy2static.pir_partial_program.PartialProgramLayer._train_program
, 或者修改单测(TestWithNoGrad
有个遗留问题)AttributeError: 'PartialProgramLayer' object has no attribute '_train_program'
test_partial_program
:TestPruneUnusedParamInProgram
RuntimeError: (NotFound) Cannot find parameter_0 in scope
test_loop
: {TestTransformWhileLoop
,TestTransformForLoop
}ValueError: (InvalidArgument) Currently, we can only get name of OpResult that is persistable
test_loop
:TestForLoopMeetDict
jit.api.save
方法AttributeError: 'list' object has no attribute 'type'
test_lac
test_ptb_lm_v2
test_ptb_lm_v2
paddle.matmul
,本问题 #59224 已修复ValueError: (InvalidArgument) matmul(): argument (position 2) must be OpResult, but got EagerParamBase
test_ptb_lm_v2
test_mnist
,append_backward 时候段错误相关链接: