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

[Eager Grad] Support eager grad interface #40170

Merged
merged 47 commits into from
Mar 17, 2022

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    9fc70fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8d79e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Fix code format

    veyron95 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    137db9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a18aa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09ec3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f84f2be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    733672e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68b1991 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Fix ci issue

    veyron95 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7665d63 View commit details
    Browse the repository at this point in the history
  2. Fix CI issue

    veyron95 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    86393f5 View commit details
    Browse the repository at this point in the history
  3. fix, use core.eager.Tensor

    veyron95 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c653ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9156cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd613d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58731e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a88f9b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    778719b View commit details
    Browse the repository at this point in the history
  2. Fix by override statement

    veyron95 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    65cf9e3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    af7b919 View commit details
    Browse the repository at this point in the history
  4. fix override func args

    veyron95 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4d3b57d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    415ff65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb283ce View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. fix grad python interface

    veyron95 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e548c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519c9a6 View commit details
    Browse the repository at this point in the history
  3. Polish code

    veyron95 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1fbc61b View commit details
    Browse the repository at this point in the history
  4. Polish code

    veyron95 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c0a2b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    536a28b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    2417858 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34fa7c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    1b89072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af7f058 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    f397b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f9826 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    27830a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ede919 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9adf49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe3b9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90e97d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    d18697a View commit details
    Browse the repository at this point in the history
  2. Fix errors

    veyron95 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1b5eac2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f4e42e2 View commit details
    Browse the repository at this point in the history
  4. Polish code

    veyron95 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    58a03b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b04e9a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7bd6fc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    ac85d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8312d2d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … support_partial_grad
    veyron95 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    441bc81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326eee5 View commit details
    Browse the repository at this point in the history