Bihaqo / t3f

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

dtype bugs #134

Closed Bihaqo closed 5 years ago

Bihaqo commented 6 years ago

A few places where dtype is hardcoded to be float32 https://github.com/Bihaqo/t3f/blob/develop/t3f/ops.py#L433 https://github.com/Bihaqo/t3f/blob/develop/t3f/ops.py#L1151 https://github.com/Bihaqo/t3f/blob/develop/t3f/initializers.py#L90 https://github.com/Bihaqo/t3f/blob/develop/t3f/initializers.py#L181 https://github.com/Bihaqo/t3f/blob/develop/t3f/ops.py#L1199 https://github.com/Bihaqo/t3f/blob/develop/t3f/initializers.py#L112 https://github.com/Bihaqo/t3f/blob/develop/t3f/initializers.py#L112

Bihaqo commented 6 years ago

https://github.com/Bihaqo/t3f/blob/develop/t3f/ops.py#L1151 fixed by #139

Bihaqo commented 5 years ago

145

Bihaqo commented 5 years ago

All fixed in #145