-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Supported Complex2Real Conversion for Eager Dygraph #39878
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
Supported Complex2Real Conversion for Eager Dygraph #39878
Conversation
… support_complex
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.
try to test more tests in test_imperative_auto_prune.py
cc3ca4d
to
4855da1
Compare
185f1c8
to
b106ae3
Compare
b106ae3
to
1ded93a
Compare
3cb3c8a
to
9942837
Compare
0dc693f
to
489e146
Compare
Sorry to inform you that 489e146'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.
some comments
@@ -86,9 +86,9 @@ paddle::experimental::Tensor scale(const paddle::experimental::Tensor& x, | |||
scale_node->SetTensorWrappers_X({x}); | |||
|
|||
// Set Grad out rank as same as fwd input and set stop gradient to bwd | |||
scale_node->SetGradOutMeta(p_autograd_in, /*slot id*/ 0); | |||
scale_node->SetGradOutMeta(x, /*slot id*/ 0); |
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.
may be we should remove this in later 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.
LGTM
PR types
New features
PR changes
Others
Describe
Supported Complex2Real Conversion for Eager Dygraph