How can I contribute to gluon trainer function in https://mxnet.incubator.apache.org/api/python/optimization/optimization.html#the-mxnet-optimizer-package

As title, I want to contribute to gluon trainer function’s optimizer, could someone give me a guide? thanks !

This is where all optimizers reside: https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/optimizer.py

Fork, modify, push, create Pull Request! If you’re not sure of these steps, I’d be happy to help.

1 Like