We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The torch trainer has LR scheduling. The flax trainer should as well.
The trainer takes an lr_scheduler argument, but ignores it.
lr_scheduler
The text was updated successfully, but these errors were encountered:
The FlaxTrainStep does have a lr_scheduler argument. I can't understand the issue can you provide more context ??
FlaxTrainStep
tango/tango/integrations/flax/train.py
Line 84 in 1ee2c56
Sorry, something went wrong.
If you chase down where that is actually used, you find this line:
Line 294 in 1ee2c56
No branches or pull requests
🚀 The feature, motivation and pitch
The torch trainer has LR scheduling. The flax trainer should as well.
Alternatives
Additional context
The trainer takes an
lr_scheduler
argument, but ignores it.The text was updated successfully, but these errors were encountered: