forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive Weight decay based on Sparse feature ID frequency. (pytorch#508
) Summary: Pull Request resolved: pytorch#508 Add an option to adjust weight decay based on the update frequency of each embedding Add a new interface to maintain backward compatibility. Will need multiple steps of changes btw fbgemm and Caffe2. Reviewed By: dskhudia Differential Revision: D26210974 fbshipit-source-id: 6936e2f8afaf94fd1273d99b02e63b5e3e574c4d
- Loading branch information
1 parent
a8bee90
commit 092497f
Showing
5 changed files
with
365 additions
and
67 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
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
Oops, something went wrong.