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 the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 #26376

Merged
merged 13 commits into from
Aug 20, 2020

Commits on Aug 17, 2020

  1. Add the relu6/ReLU6 for the api 2.0

    test=develop
    hong19860320 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    23c68c9 View commit details
    Browse the repository at this point in the history
  2. Add Tanhshrink/tanhshrink for the api 2.0

    test=develop
    hong19860320 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ae17aa3 View commit details
    Browse the repository at this point in the history
  3. Add SELU/selu for the api 2.0

    test=develop
    hong19860320 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4d5534b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Fix tanhshrink and unit tests

    test=develop
    hong19860320 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    04a2c63 View commit details
    Browse the repository at this point in the history
  2. Add Softplus/softplus, Softshrink/softshrink and Softsign/softsign fo…

    …r the api 2.0
    
    test=develop
    hong19860320 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c657bb2 View commit details
    Browse the repository at this point in the history
  3. Fix the sample code for Softsign/softsign, Softplus/softplus and Soft…

    …shrink/softshrink
    
    test=develop
    hong19860320 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    3d67de6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … hongming/fix_api_2
    
    test=develop
    hong19860320 committed Aug 18, 2020
    1 Configuration menu
    Copy the full SHA
    8e4b19f View commit details
    Browse the repository at this point in the history
  5. Add beta and threshold for Softplus/softplus

    test=develop
    hong19860320 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c5f0fe9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Fix the unit tests

    test=develop
    hong19860320 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    8e6525e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … hongming/fix_api_2
    
    test=develop
    hong19860320 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    08f4de3 View commit details
    Browse the repository at this point in the history
  3. Refine unit tests

    test=develop
    hong19860320 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    afed200 View commit details
    Browse the repository at this point in the history
  4. Refine unit tests

    test=develop
    hong19860320 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ba142a6 View commit details
    Browse the repository at this point in the history
  5. Refine unit tests

    test=develop
    hong19860320 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3449115 View commit details
    Browse the repository at this point in the history