weihua04 commented on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer? URL: https://github.com/apache/incubator-mxnet/issues/13944#issuecomment-458066563 @ChaiBapchya ,thank u very much for reply. I'll post question on the MXNet discussion forum later. i have seen mxnet.ndarray.linalg.syevd ,but it only support the symmetric matrix, if the matrix is asymmetric how to solve? i resolved this problem by using ".asnumpy()", and then using " .eig(T)" support by numpy ,but i found it run really slow. do u have any good idea to solve it?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
