Bihaqo / t3f

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

Simplify project_matmul #153

Open Bihaqo opened 5 years ago

Bihaqo commented 5 years ago

Compare the speed of project matmul with t3f.gradient(lambda x: t3f.quadratic_form(H, x, x), x) and use this version of it's not slower