-
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
[DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad #41451
[DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad #41451
Conversation
…perative_double_grad
你的PR提交成功,感谢你对开源项目的贡献! |
3b01b4b
to
1b40312
Compare
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, fix problem in next PR plz
@@ -729,6 +731,16 @@ std::vector<paddle::experimental::Tensor> RunBackward( | |||
continue; | |||
} | |||
|
|||
auto* next_node = next_node_shared.get(); |
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.
change back in next PR
…perative_double_grad (PaddlePaddle#41451) * [DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad * Fixed elementwise issue * Addressed CI failures
…perative_double_grad (PaddlePaddle#41451) * [DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad * Fixed elementwise issue * Addressed CI failures
PR types
Others
PR changes
Others
Describe
[DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad