-
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
Fixed auto codegen for intermediate tensors #39797
Fixed auto codegen for intermediate tensors #39797
Conversation
… fix_accumulation_node
… fix_accumulation_node
… fix_accumulation_node
… fix_accumulation_node
Thanks for your contribution! |
a1028be
to
62ca145
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.
some comments
paddle/fluid/eager/utils.cc
Outdated
if (dynamic_cast<GradNodeAccumulation*>(autograd_meta->GradNode())) { | ||
VLOG(6) | ||
<< "Warning: Reseting GradNodeAccumulation for leaf tensor is not " | ||
"allowed." |
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.
bad log
… fix_intermediate_tensor
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
Bug fixes
PR changes
Others
Describe
Fixed auto codegen for intermediate tensors