[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-24 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-495646192 Updates: 1. Only operators `det` and `slogdet` are kept in this PR. 2. Zero gradient when det = 0 is intended beh

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-24 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-495646192 Updates: 1. Only operators `det` and `slogdet` are kept in this PR to match numpy. 2. Zero gradient when det = 0

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack rou

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack rou

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack rou