Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Deprecates AdamW and adds
--optim
#14744Deprecates AdamW and adds
--optim
#14744Changes from 8 commits
32392af
c637f37
b4d0b6d
bcc2408
460eff4
6dc78a6
68dd581
9560350
01f1c7b
0c79a5f
7ec094f
1c9cccf
9807d35
7a063ab
d599a38
1f9210c
a80b39e
fdf40b2
d5dc69a
0acba0c
2b7d9dd
7c3139a
234f7d1
1786d42
210ed37
7e62da9
0e7f955
12a9e37
c5853b0
d59aa52
e7ffd71
b64fc03
c5b5443
91aff78
f3505db
91c35f2
bcd8a0d
f8cb39c
98f0f2f
eba41bd
aaee305
071198c
182dac8
2b46361
470a1d7
cb85474
b2675f8
1e8acec
b32a194
b839e80
e73249c
7ac8dc0
a2363cd
ea02877
ec92011
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
this logic is unnecessary complicated, IMHO
--adafactor
is passed set --optim adafactornow you no longer need to ever consider
self.args.adafactor
other than to deprecate it.