This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fast implementation of LARS (#16122)
* add MXNet operator for fast LARS * add unit tests for fast LARS related MXNet Ops * fix preloaded_multi_* dtype inference, add SGDwFastLARS optimizer and test Conflicts: tests/python/gpu/test_operator_gpu.py * remove commented out cast from lenet5 model * fix lint * Add more documentation, change name of SGDwFastLARS by LARS, removing redundancy of 'lars' in the parameters * change optimizer code to be python2 retro-compatible * fix lint * replace push_back by emplace_back for cland-tidy
- Loading branch information
Showing
12 changed files
with
1,682 additions
and
4 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
Oops, something went wrong.