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

Refactor and simplify hook design & add Tensor.register_hook API #31775

Merged

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    c0b947f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. fix reducer add hook error

    chenwhql committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b4b3e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b3dcd View commit details
    Browse the repository at this point in the history
  3. refine prepare data impl

    chenwhql committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2553179 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. revert prepare data change

    chenwhql committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2fac74f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    de8b2df View commit details
    Browse the repository at this point in the history
  2. add hook test in model

    chenwhql committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    665b15b View commit details
    Browse the repository at this point in the history
  3. polish tests and doc example

    chenwhql committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    118cc07 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. fix double grad test failed

    chenwhql committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    aa68578 View commit details
    Browse the repository at this point in the history
  2. remove reduce hook func

    chenwhql committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e8f799a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. fix set empty error

    chenwhql committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    21eceec View commit details
    Browse the repository at this point in the history
  2. polish code by comments

    chenwhql committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d5468e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0838dc View commit details
    Browse the repository at this point in the history
  4. remove useless tmp_ins

    chenwhql committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    dbd3c34 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

    … hook/refactor_hook_impl_and_add_py_api
    chenwhql committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    fe79a89 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. fix shape code format error

    chenwhql committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7c9fd70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … hook/refactor_hook_impl_and_add_py_api
    chenwhql committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    11c26a9 View commit details
    Browse the repository at this point in the history
  3. fix shape code format error

    chenwhql committed Mar 31, 2021
    1 Configuration menu
    Copy the full SHA
    ef087a5 View commit details
    Browse the repository at this point in the history