Skip to content
Snippets Groups Projects
Unverified Commit 5ce04915 authored by Yinggang Wang's avatar Yinggang Wang Committed by GitHub
Browse files

Refactor autograd engine (#4724)


* Accumulate partial grad to acc tensor promptly.

* refactor(Tensor): add AutogradMeta and delete retain_grad in constructor

* refactor(AutogradEngine): function node just cache autograd_meta and
                          output tensor_infos

* fix(*): fix bugs and add zeros op

* Capture detached output tensors.

* fix(*): fix merge bugs

* style(*): refine code

* fix(*): refine FunctionNode release

* fix(Autograd): save input tensors which requires_grad is true

* fix(*): fix bug

* format code

* chore(*): add head file in cmake

Co-authored-by: hjchen2 <hjchen2>
Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Co-authored-by: default avatarYurui Li <32978179+poohRui@users.noreply.github.com>
parent f4c28ccc
No related branches found
No related tags found
Showing
with 262 additions and 158 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment