.. currentmodule:: mxnet.optimizer.contrib
This document summaries the contrib APIs used to initialize and update the model weights during training
.. autosummary:: :nosignatures: mxnet.optimizer.contrib
The Contrib Optimization API, defined in the optimizer.contrib package, provides many useful experimental APIs for new features. This is a place for the community to try out the new features, so that feature contributors can receive feedback.
.. warning:: This package contains experimental APIs and may change in the near future.
In the rest of this document, we list routines provided by the optimizer.contrib package.
.. currentmodule:: mxnet.optimizer.contrib .. autosummary:: :nosignatures: GroupAdaGrad
.. automodule:: mxnet.optimizer.contrib :members: