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

Add ResNetUnit Python API #35426

Merged
merged 60 commits into from
Oct 15, 2021
Merged

Add ResNetUnit Python API #35426

merged 60 commits into from
Oct 15, 2021

Commits on Sep 24, 2021

  1. first commit

    ZzSean committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    57a6edc View commit details
    Browse the repository at this point in the history
  2. Support full compile

    ZzSean committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ae796a4 View commit details
    Browse the repository at this point in the history
  3. add mean and var

    ZzSean committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    889d430 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01841a6 View commit details
    Browse the repository at this point in the history
  5. modify bn test

    ZzSean committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    c65b5df View commit details
    Browse the repository at this point in the history
  6. sync cudnn_bn_add_relu_test

    ZzSean committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    af42837 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a59f3f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b5ca97 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. add conv backward

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b519f8c View commit details
    Browse the repository at this point in the history
  2. fix run error

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b0165ee View commit details
    Browse the repository at this point in the history
  3. add param dtype check

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    da04c42 View commit details
    Browse the repository at this point in the history
  4. fix run error

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    3aaeb44 View commit details
    Browse the repository at this point in the history
  5. fix

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    450c80c View commit details
    Browse the repository at this point in the history
  6. fix bwd error

    ZzSean committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    236a1f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    adba900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb13a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed67cf0 View commit details
    Browse the repository at this point in the history
  4. Fix a bug of std::vector.

    Xreki committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c82017b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5339c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    1a1c3bf View commit details
    Browse the repository at this point in the history
  2. python test

    ZzSean committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    688a779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686452f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    97e56eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34864b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    097187b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0da0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d19d0a5 View commit details
    Browse the repository at this point in the history
  4. refactor the cudnn fusion op

    ZzSean committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    959b429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a267dbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfc3c40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e77e80 View commit details
    Browse the repository at this point in the history
  8. Add more test case.

    Xreki committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    1c06aa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    4a52f07 View commit details
    Browse the repository at this point in the history
  2. delete debug info

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    f50f291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a4a84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7bf91b View commit details
    Browse the repository at this point in the history
  5. add more test

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    70b3f2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3dd740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2c0172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d8eb92 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    d0dee01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd83d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    794565d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. update develop

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f8a4847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35afee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13efb64 View commit details
    Browse the repository at this point in the history
  4. add more assert

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ab369a1 View commit details
    Browse the repository at this point in the history
  5. fix

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    fce8a19 View commit details
    Browse the repository at this point in the history
  6. delete unused code

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2ec78a4 View commit details
    Browse the repository at this point in the history
  7. add notes

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    aa4cc57 View commit details
    Browse the repository at this point in the history
  8. fix some potential bug

    ZzSean committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    212ab3f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    0d5bdae View commit details
    Browse the repository at this point in the history
  2. modify

    ZzSean committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    fd4e10b View commit details
    Browse the repository at this point in the history
  3. Revert "modify"

    This reverts commit fd4e10b.
    ZzSean committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    33e261b View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "modify""

    This reverts commit 33e261b.
    ZzSean committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a2b1044 View commit details
    Browse the repository at this point in the history
  5. fix bugs

    ZzSean committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    57289d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64968bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c66c4b2 View commit details
    Browse the repository at this point in the history
  8. delete assert

    ZzSean committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e755d16 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. fix

    ZzSean committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d43a950 View commit details
    Browse the repository at this point in the history