Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[bug] fix higher grad log #15120

Merged
merged 7 commits into from
Jun 20, 2019
Merged

Commits on Jun 1, 2019

  1. fix bug with higher order log implementation.

    * bug: the head_grads were not preserved in higher order.
    * add test to validate the fix of the same.
    kshitij12345 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    03cd1c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ce3b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. address comments

    * remove assertion for y_grad gradient.
    * rename variables.
    * fix and update computation.
    kshitij12345 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    10f2b10 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    dee4efb View commit details
    Browse the repository at this point in the history
  2. address comments

    * explicitly pass arguments with name.
    kshitij12345 committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    23eaf42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

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

Commits on Jun 20, 2019

  1. fix mistyped comment.

    Co-Authored-By: Lin Yuan <[email protected]>
    kshitij12345 and apeforest committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    cf80ed6 View commit details
    Browse the repository at this point in the history