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

Adding Keras-Contrib functions using string alias #564

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

Commits on Oct 21, 2022

  1. Subclass method example

    Updated with an example on how to use keras-contrib activation functions in subclass method model architecture
    TAWSIF AHMED authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d959de5 View commit details
    Browse the repository at this point in the history
  2. adding keras-contrib functions using string alias

    TAWSIF AHMED authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c21cc1f View commit details
    Browse the repository at this point in the history
  3. adding keras-contrib functions using string alias

    TAWSIF AHMED authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1aac648 View commit details
    Browse the repository at this point in the history
  4. PELU function import fixed

    In the recent version of Keras-contrib library you have to use name of the activation function in the calling itself to import it., That means now you have to write
    "keras_contrib.layers.advanced_activations.[function name, ex: pelu] import PELU
    TAWSIF AHMED authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8dd5c0e View commit details
    Browse the repository at this point in the history