You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Want to make changes? Edit here -  - https://docs.google.com/document/d/1SdFwiTXlFBMmyVfEHpe7s3jteWxqfUzsxTgbagcZWzo/edit?usp=sharing

Performance

  • Enhanced the performance of `sparse.dot` operator
  • Performance regression automation (vikram)

New Features - Gradient Compression

  • Enabled users to train models faster by reducing communication bandwidth between compute nodes

New Features - Support of NVIDIA Collective Communication Library

  • Implemented multi-GPU and multi-node collective communication primitives that are performance optimized for NVIDIA GPUs
  • Enabled users to train models faster

New Features - Advanced Indexing

  • Enabled users to leverage the powerful array operations in MXNet (e.g. supports MXNet NDArray and Numpy ndarray as index

New Features - Caffe to MXNet translator

  • Enabled users to migrate Caffe code to MXNet using a new code translation tool

New Features - Gluon

  • Gluon - GA (vikram)
  • Gluon IO performance (sukwon, Mu)

Other Planned Features

Bug Fixes

  • Fixed a[-1] indexing doesn't work on NDArray
  • Fixed `expand_dims` if axis < 0

Doc Updates


  • No labels