GithubHelp home page GithubHelp logo

Comments (3)

titu1994 avatar titu1994 commented on May 23, 2024

It's from the original implementation here - https://github.com/Luolc/AdaBound/blob/master/adabound/adabound.py

In essence, it's a bypass technique - to allow learning rate schedules to update the internal final_lr which the user cannot access.

from keras-adabound.

iperov avatar iperov commented on May 23, 2024

my stable Adam lr is 5e-5
suggestion to lr and final_lr for AdaBound ?

from keras-adabound.

titu1994 avatar titu1994 commented on May 23, 2024

With an LR that low, the model must be learning very slowing.

In any case, Adabound's final_lr is the lr of "SGD with gradient clipping". The authors suggest 0.1 is fine for Adam lr of 1e-3. If you are scaling by 0.005 then perhaps scaling final lr by that much might be beneficial as well, though I can't say without tests.

The paper suggests that the learning rate of 0.1 for sgd is quite good, and that performance isnt heavily affected by minor changes to it. Scaling it 0.005 times however is a major change that is not explored in the paper if I remember, so I can't say what effect it will have on the model training.

from keras-adabound.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.