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

Add AdaMod optimizer to keras-contrib #532

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

Commits on Jan 31, 2020

  1. Add Adamod implementation to optimizers.

    Mikael Figueroa committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    c51fdd3 View commit details
    Browse the repository at this point in the history
  2. Add optimizer test for Adamod.

    Mikael Figueroa committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2a16787 View commit details
    Browse the repository at this point in the history
  3. Fix Adamod tests and bug with K.min vs K.minimum.

    Mikael Figueroa committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    30fa498 View commit details
    Browse the repository at this point in the history
  4. Fix optimizers test key error.

    Mikael Figueroa committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    418cef0 View commit details
    Browse the repository at this point in the history
  5. Try fixing optimizers test again.

    Mikael Figueroa committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    c030b52 View commit details
    Browse the repository at this point in the history