szha opened a new pull request #19046: URL: https://github.com/apache/incubator-mxnet/pull/19046
## Description ## clean up gluon contrib ## 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] add mx.np.random.seed - [x] remove gluon.contrib.text - [x] remove mx.contrib.autograd - [x] promote IntervalSampler, SyncBatchNorm, Concurrent as Concatenate, HybridConcurrent as HybridConcatenate, Identity, DeformableConvolution, ModulatedDeformableConvolution, PixelShuffle1D, PixelShuffle2D, PixelShuffle3D, VariationalDropoutCell, LSTMPCell, Conv1DRNNCell, Conv2DRNNCell, Conv3DRNNCell, Conv1DLSTMCell, Conv2DLSTMCell, Conv3DLSTMCell, Conv1DGRUCell, Conv2DGRUCell, Conv3DGRUCell - [ ] numpy equivalent tests ## Comments ## - cc @zhreshold for cv block changes, @sxjscience for convrnn changes ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
