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

fix for bug #10868: _backward_softsign activation is incorrect #11827

Merged
merged 21 commits into from
Jul 20, 2018

Commits on Jul 19, 2018

  1. fix for bug apache#10868: _backward_softsign activation is incorrect

    problem was that softsign was computed using outputs instead of inputs
    added inputs to list, and changed what gets passed into softsign calculation
    added softsign test to test_activation function
    code reviewed by anirudh
    Sam Skalicky committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d3d8943 View commit details
    Browse the repository at this point in the history
  2. fix for bug apache#10868: _backward_softsign activation is incorrect

    problem was that softsign was computed using outputs instead of inputs
    added inputs to list, and changed what gets passed into softsign calculation
    added softsign test to test_activation function
    code reviewed by anirudh
    **amended to change tab to spaces
    Sam Skalicky committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    4496714 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to sskalic_branch
    Sam Skalicky committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    ac7e831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562a2b3 View commit details
    Browse the repository at this point in the history
  5. rerunning the CI build

    Sam Skalicky committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3f5d0ed View commit details
    Browse the repository at this point in the history
  6. fixed size checks for when USE_MKLDNN=ON

    Sam Skalicky committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    f53657c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8566d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. switched arguments in activation.cu as well for softsign

    Sam Skalicky committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    bf4f491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb2acd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1898bab View commit details
    Browse the repository at this point in the history
  4. changed the code style per anirudh

    Sam Skalicky committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    c5dea39 View commit details
    Browse the repository at this point in the history
  5. changed the code style per anirudh

    Sam Skalicky committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7835c0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38a1940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f75f269 View commit details
    Browse the repository at this point in the history
  8. removed whitespace

    Sam Skalicky committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    6026d46 View commit details
    Browse the repository at this point in the history
  9. removed whitespace

    Sam Skalicky committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    f9d66f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5362e53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5de0d67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73c7b10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc08df7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4505c8 View commit details
    Browse the repository at this point in the history