DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Performance
- Enhanced the performance of `sparse.dot` operator
New Features - Sparse Tensor Support
- Added more sparse operators: `contrib.SparseEmbedding` and `sparse.mean`
- Added `asscipy()` for easier conversion to scipy
- Added support for custom sparse operators
- Added `check_format()` for sparse ndarrays to check if the array format is valid
Other Planned Features -
- Added `group2ctxs` argument to `Module` API to support model parallelism on CPU & GPU
- Advanced indexing: https://github.com/apache/incubator-mxnet/pull/8246 (Jun)
- slice operator supporting parameter step: https://github.com/apache/incubator-mxnet/pull/8558 (Jun)
- PR 8489 - https://github.com/apache/incubator-mxnet/pull/8489 (Eric)
- License Headers: https://github.com/apache/incubator-mxnet/issues/7749 (Meghna)
- Nvidia PR - https://github.com/apache/incubator-mxnet/pull/8294
- Gluon - GA (vikram)
- Gluon IO performance (sukwon, Mu)
- Performance regression automation (vikram)
- Caffe to MXNet translator (Indu)
- Gradient compression (sukwon)
- Advanced indexing support (sukwon)
- Documentation updates (markhama)
- fp-16 support (sukwon)