Skip to content
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

Calculating gradients for partial graph #7269

Merged
merged 3 commits into from
Jan 10, 2018

Commits on Jan 10, 2018

  1. Fix comment for norm_op

    xuwei06 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    0ef9dc6 View commit details
    Browse the repository at this point in the history
  2. Calculating gradients for partial graph

    Added backward.calc_gradient to backpropagate gradient from given targets to inputs.
    xuwei06 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    585dec3 View commit details
    Browse the repository at this point in the history
  3. Unittest for fluid.backward.calc_gradient()

    xuwei06 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6e5eae1 View commit details
    Browse the repository at this point in the history