-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OneEmbedding update kernel add adagrad (#7999)
* column to table * multi column * fix typo and use model update util * fix import * add doc * refine * one_embedding update use model_update kernel util * add doc * add adagrad * refine * revert update * refine * refine * support for adagrad * fix tidy * set state_initializer in pass * state_initializer in pass * fix tidy * skip predict_job_has_optimizer_state prefetch, address review * add test sgd * add adam test * add adagrad test * refine * add l1 l2 * address review * skip if cpu * Update python/oneflow/test/modules/test_one_embedding_adam.py * Update python/oneflow/test/modules/test_one_embedding_sgd.py * Update python/oneflow/test/modules/test_one_embedding_adagrad.py Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ff84524
commit b6becb9
Showing
10 changed files
with
878 additions
and
11 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
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.