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

Added Inverse Square Root Linear Unit (ISRLU) activation layer #456

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2019

  1. Update __init__.py

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f0020bf View commit details
    Browse the repository at this point in the history
  2. Create isrlu.py

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e2f6d3b View commit details
    Browse the repository at this point in the history
  3. Update isrlu.py

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3737f28 View commit details
    Browse the repository at this point in the history
  4. Create test_isrlu.py

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    6e9d6ef View commit details
    Browse the repository at this point in the history
  5. Update test_isrlu.py

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    28a3a8a View commit details
    Browse the repository at this point in the history
  6. Update CODEOWNERS

    SriRangaTarun authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    19fc88e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11daeea View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

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

Commits on Feb 16, 2019

  1. Merge pull request #1 from keras-team/master

    Making keras-contrib compatible with tf.keras (keras-team#387)
    SriRangaTarun authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    27362e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff65438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c7a12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5610518 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d696d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fb0da5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d118dcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e16904 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1338057 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3789974 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Add **kwargs

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e47b575 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    9133f2a View commit details
    Browse the repository at this point in the history
  3. Update isrlu.py

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e2a0fc4 View commit details
    Browse the repository at this point in the history
  4. Update isrlu.py

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    1f4d8c6 View commit details
    Browse the repository at this point in the history
  5. Update isrlu.py

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    cff5b42 View commit details
    Browse the repository at this point in the history
  6. Update isrlu.py

    SriRangaTarun authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fb494c2 View commit details
    Browse the repository at this point in the history