This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add adam optimizers and finegrained control of wd (#151)
Summary: The update supports Adam and AdamW optimizers in addition to default SGD optimizer. It now also supports customizing weight decay for layernorm and bias params. Pull Request resolved: #151 Reviewed By: pdollar Differential Revision: D29521923 Pulled By: Tete-Xiao fbshipit-source-id: 0cd5326eadba51b3a175d62a48fcd332d757b3b6
- Loading branch information
1 parent
39f2dc2
commit 74df325
Showing
2 changed files
with
60 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters