Git Product home page Git Product logo

Comments (8)

Linux-cpp-lisp avatar Linux-cpp-lisp commented on July 23, 2024

I think there is an option for this in PyTorch, though I ahven't looked super closely. See is_better in https://pytorch.org/docs/1.11/_modules/torch/optim/lr_scheduler.html#ReduceLROnPlateau.

Something to do with setting threshold?

You can specify these options in the YAML with lr_scheduler_* keys.

from nequip.

peastman avatar peastman commented on July 23, 2024

That's exactly what I need. These options aren't listed in https://github.com/mir-group/nequip/blob/main/configs/full.yaml. Do we need code changes to support them? Or will it automatically translate any lr_scheduler_X option into the X argument of the scheduler?

from nequip.

Linux-cpp-lisp avatar Linux-cpp-lisp commented on July 23, 2024

It should do it automatically; the configuration system is built to automatically propagate options from their hierarchical prefixes into the right objects. You can confirm this by running briefly in verbose: debug mode which explicitly logs the mapping from input keys to various objects being built to see if the right values are set when ReduceLROnPlateau gets instantiated (just grep ReduceLROnPlateau in the log).

from nequip.

simonbatzner avatar simonbatzner commented on July 23, 2024

This should already be implemented, you can set a delta on the improvement, see here and here. Let us know if you have questions re this.

from nequip.

peastman avatar peastman commented on July 23, 2024

This should already be implemented, you can set a delta on the improvement, see here and here.

That refers to early stopping, not to reducing the learning rate.

from nequip.

simonbatzner avatar simonbatzner commented on July 23, 2024

Oh my bad, of course, misread.

from nequip.

peastman avatar peastman commented on July 23, 2024

Setting lr_scheduler_threshold works perfectly. Thanks! Can we document in configs/full.yaml that you can specify any argument to the scheduler?

from nequip.

Linux-cpp-lisp avatar Linux-cpp-lisp commented on July 23, 2024

Done πŸ‘

from nequip.

Related Issues (20)

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.