szha commented on issue #9182:
URL: 
https://github.com/apache/incubator-mxnet/issues/9182#issuecomment-974170368


   @Hunter-Zolomon thanks for offering to contribute.
   
   To implement optimizer in MXNet, the best reference would be the existing 
optimizers. You can find many in 
[`python/mxnet/optimizer`](https://github.com/apache/incubator-mxnet/tree/master/python/mxnet/optimizer)
 folder.
   
   Once you have the implementation ready, you can refer to the [contribution 
guides](https://mxnet.apache.org/versions/master/community) and submit a pull 
request. Make sure to also include tests for the new optimizer following 
examples 
[here](https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_optimizer.py).
 Feel free to ping me or others for review on the pull request.


-- 
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: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to