Bihaqo / t3f

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

Frobenius norm (differentiable) of TT batch #81

Closed KhrulkovV closed 6 years ago

KhrulkovV commented 6 years ago

The following code produces an error x = t3f.random_tensor_batch((3, 3, 3), tt_rank=2) t3f.frobenius_norm_squared(x, differentiable=True)

Bihaqo commented 6 years ago

87