yinhao
1
Hi, if there is plan to implement more matrix math function as in TF https://www.tensorflow.org/api_guides/python/math_ops#Matrix_Math_Functions
https://github.com/HIPS/autograd/blob/master/autograd/numpy/linalg.py
Such as solving lower triangular systems, cholesky decomposition, etc.
Thanks.
smth
2
yes we are constantly adding new operations (and more Pull Requests welcome too). Recently a community member added triangular factorization and solve. See this for a full list: http://pytorch.org/docs/torch.html#blas-and-lapack-operations
1 Like