Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning rate scheduling with Flax does not work #477

Open
dirkgr opened this issue Nov 28, 2022 · 2 comments
Open

Learning rate scheduling with Flax does not work #477

dirkgr opened this issue Nov 28, 2022 · 2 comments

Comments

@dirkgr
Copy link
Member

dirkgr commented Nov 28, 2022

馃殌 The feature, motivation and pitch

The torch trainer has LR scheduling. The flax trainer should as well.

Alternatives

  • None

Additional context

The trainer takes an lr_scheduler argument, but ignores it.

@SauravMaheshkar
Copy link
Contributor

The FlaxTrainStep does have a lr_scheduler argument. I can't understand the issue can you provide more context ??

lr_scheduler: Optional[Lazy[LRScheduler]] = None,

@dirkgr
Copy link
Member Author

dirkgr commented Apr 25, 2023

If you chase down where that is actually used, you find this line:

raise NotImplementedError(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants