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

[Bug Fixed] Fix batch norm when grad_req is add #18500

Merged
merged 23 commits into from
Jun 8, 2020

Commits on Jun 5, 2020

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

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    34c6a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c8e26 View commit details
    Browse the repository at this point in the history
  3. unittest for bn

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    830ba0d View commit details
    Browse the repository at this point in the history
  4. fix bn arg

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    a9c91d2 View commit details
    Browse the repository at this point in the history
  5. fix lint

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8594642 View commit details
    Browse the repository at this point in the history
  6. fix mkldnn

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    f9995b0 View commit details
    Browse the repository at this point in the history
  7. fix mkldnn bn

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d380443 View commit details
    Browse the repository at this point in the history
  8. fix grad when fixing gamma

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    eaeae21 View commit details
    Browse the repository at this point in the history
  9. fix naive gpu bn

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    25924c9 View commit details
    Browse the repository at this point in the history
  10. fix lint

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e3bb53c View commit details
    Browse the repository at this point in the history
  11. fix cudnn bn

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ba02f4f View commit details
    Browse the repository at this point in the history
  12. fix flag

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    fcf088e View commit details
    Browse the repository at this point in the history
  13. fix lint

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    a04df8d View commit details
    Browse the repository at this point in the history
  14. fix testcase

    wkcn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ad979c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. fix

    wkcn committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    9181531 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. use @pytest.mark.parametrize

    wkcn committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1063d9a View commit details
    Browse the repository at this point in the history
  2. combination

    wkcn committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    0968805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a2076 View commit details
    Browse the repository at this point in the history
  4. npx.batch_norm test

    wkcn committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    f768bf0 View commit details
    Browse the repository at this point in the history
  5. try to fix test

    wkcn committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    b44d8c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a9bb35 View commit details
    Browse the repository at this point in the history
  7. fix

    wkcn committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    bd06b8f View commit details
    Browse the repository at this point in the history