This repository was archived by the owner on Nov 17, 2023. It is now read-only.
MXNet 0.12.1
MXNet Change Log
0.12.1
Bug-fixes
- Added GPU support for the
syevdoperator which ensures that there is GPU support for all linalg-operators. - Bugfix for
syevdon CPU such that it works forfloat32. - Fixed API call when
OMP_NUM_THREADSenvironment variable is set. - Fixed
MakeNonlossGradNodebug. - Fixed bug related to passing
dtypetoarray(). - Fixed some minor bugs for sparse distributed training.
- Fixed a bug on
Sliceaccessing uninitialized memory inparam.beginin the filematrix_op-inl.h. - Fixed
gluon.data.RecordFileDataset. - Fixed a bug that caused
autogradto crash on some networks.