khaotik opened a new pull request #20065: URL: https://github.com/apache/incubator-mxnet/pull/20065
## Description ## #19950 Hello, this is my first PR to apache MXNet. Glad to work with the community. ## Checklist ## ### Essentials ### - [X] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [X] Changes are complete (i.e. I finished coding on this PR) - [X] All changes have test coverage - [X] Code is well-documented ### Changes ### - added C++ operator under `src/operator/contrib/adabelief*` - briefly modified `src/operator/contrib/adamw*` to avoid symbol name clashes - `src/operator/contrib/adabelief*` ## Comments ## - This is mostly a copycat of AdamW optimizer, and therefore fair amount of code duplication. It might be a good idea to perform a refactor regarding adam-like optimizers later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
