- Notifications
You must be signed in to change notification settings - Fork 5.9k
Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and batched, unbatched mode #40692
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
Conversation
| 你的PR提交成功,感谢你对开源项目的贡献! |
ac92e51 to 7d4a7b0 Compare 7d4a7b0 to db84b5c Compare db84b5c to a81ef4e Compare 1cae19a to 4385655 Compare eac519b to fd9a7ac Compare 797c8f6 to 1f1f2b5 Compare d2abda7 to ed71226 Compare ed71226 to d762e56 Compare python/paddle/fluid/tests/unittests/autograd/test_autograd_functional_dynamic.py Outdated Show resolved Hide resolved
python/paddle/fluid/tests/unittests/autograd/test_autograd_functional_dynamic.py Outdated Show resolved Hide resolved
python/paddle/fluid/tests/unittests/autograd/test_autograd_functional_static.py Outdated Show resolved Hide resolved
python/paddle/fluid/tests/unittests/autograd/test_autograd_functional_static.py Outdated Show resolved Hide resolved
d762e56 to ef479cc Compare f4a75c6 to c086f4e Compare c086f4e to 9774bbe Compare 9774bbe to ba3b6bc Compare ba3b6bc to 0edbc69 Compare …e in static graph
0edbc69 to 58c00e0 Compare
XiaoguangHu01 left a comment
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
zhwesky2010 left a comment
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 for add test_autograd_functional_dynamic to white list temporarily
PR types
Function optimization
PR changes
APIs
Describe
vjpfor supporting dynamic and static graph, and add to public API.jvpfor supporting both dynamic and static graph, and add to public API.Jacobianclass for supporting both dynamic and static graph, and add to public API.Hessianclass for supporting both dynamic and static graph, and add to public API.