gluon.contrib

This document lists the contrib APIs in Gluon:

mxnet.gluon.contrib

The Gluon Contrib API, defined in the gluon.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 gluon.contrib package.

Neural Network

Concurrent

HybridConcurrent

Identity

SparseEmbedding

SyncBatchNorm

PixelShuffle1D

PixelShuffle2D

PixelShuffle3D

Convolutional Neural Network

DeformableConvolution

Recurrent Neural Network

VariationalDropoutCell

Conv1DRNNCell

Conv2DRNNCell

Conv3DRNNCell

Conv1DLSTMCell

Conv2DLSTMCell

Conv3DLSTMCell

Conv1DGRUCell

Conv2DGRUCell

Conv3DGRUCell

LSTMPCell

Data

IntervalSampler

Text Dataset

WikiText2

WikiText103

Estimator

Estimator

Event Handler

StoppingHandler

MetricHandler

ValidationHandler

LoggingHandler

CheckpointHandler

EarlyStoppingHandler

API Reference