-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weights only param #1902
base: master
Are you sure you want to change the base?
Weights only param #1902
Conversation
… function, fix duplicate warning discovered by test
…rning_rate_schedule with numpy scalars in the function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR =)
I will keep that one open for now as I suspect the error you might got are non-standard usage (and might be the symptom other issues).
I will merge if there are too many issues reported.
thanks araffin! Hopefully the reports will be few and the code never needed :) |
Description
Motivation and Context
Relates to #1852
Types of changes
Checklist
make format
(required)make check-codestyle
andmake lint
(required)make pytest
andmake type
both pass. (required)make doc
(required)Note: You can run most of the checks using
make commit-checks
.Note: we are using a maximum length of 127 characters per line