Bihaqo / t3f

Tensor Train decomposition on TensorFlow
https://t3f.readthedocs.io/en/latest/index.html
MIT License
219 stars 55 forks source link

Fix complexities #166

Open Bihaqo opened 5 years ago

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 93.925% when pulling 25835c45843ca1806c3e231a210146890702a111 on fix_complexities into 76f399427202a448b8732c7efc9b17b4fc8b8bbf on develop.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 93.925% when pulling 25835c45843ca1806c3e231a210146890702a111 on fix_complexities into 76f399427202a448b8732c7efc9b17b4fc8b8bbf on develop.

Bihaqo commented 5 years ago

Add O(dnr**3) for rounding

Bihaqo commented 5 years ago

Add matmul complexity O(k m n r_a2 r_b2)