https://github.com/tensorly/tensorly
Revision 975c84b15a5bdec14d2b326b985e2ac15bc099b8 authored by Zongyi Li on 08 September 2018, 21:28:00 UTC, committed by Zongyi Li on 19 September 2018, 17:33:45 UTC
1. wrapper Numpy's inverse for MxNet.
2. MxNet is not robust when vector has size 1. Add a base case for it.
3. MxNet is not robust for a/b. transpose b so that a and b are in the same shape.
1 parent f0cdb8e
Raw File
Tip revision: 975c84b15a5bdec14d2b326b985e2ac15bc099b8 authored by Zongyi Li on 08 September 2018, 21:28:00 UTC
Fix bugs for MxNet
Tip revision: 975c84b
CHANGELOG.md
# 0.4.0

- Added TensorFlow backend with Eager execution
- Added CuPy backend
- PyTorch backend updated for PyTorch >= '0.4.0'

# 0.3.0

- Added PyTorch backend

# 0.2.0

- Added MXNet backend

# 0.1.4

- Added Robust Tensor PCA
back to top