Bihaqo / t3f

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

Unusual dtype support for project #42

Closed Bihaqo closed 7 years ago

Bihaqo commented 7 years ago

Project(something tf.float64, something tf.float64) doesn't work because it inits rhs and lhs with float32 ones

Bihaqo commented 7 years ago

Fixed #43