Hunter-Zolomon opened a new pull request #20762:
URL: https://github.com/apache/incubator-mxnet/pull/20762


   ## Description ##
   RAdam optimizer Python implementation as requested in #9182
   
   ## Checklist ##
   ### Essentials ###
   - [X] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [X] All changes have test coverage
   - [X] Code is well-documented
   
   ### Changes ###
   - [X] RAdam optimizer with internal python doc.
   - [X] Basic test added to the appropriate python file. 
   
   ## Comments ##
   - Default argument values `beta1, beta2, epsilon` are aligned with the 
current PyTorch implementation and both the Tensorflow and PyTorch 
implementations were referenced for the implementation.
   - Due to hardware restrictions I have not been able to run a proper test of 
the optimizer so if I could get some help with that, it would be appreciated.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to