Bihaqo / t3f

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

tf.mul -> tf.multiply #138

Closed james-oldfield closed 5 years ago

james-oldfield commented 6 years ago

A small fix--it seems tf.mul was replaced with tf.multiply in versions 1.0.0+ of TF

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-4.3%) to 89.262% when pulling 06d9faf4cbcec0124d535f2c4fb0c951bb1bb514 on James-Oldfield:develop into ba16a2acf482d4af48dd47ea04361b4b00ed4690 on Bihaqo:develop.

Bihaqo commented 6 years ago

Sorry for losing track of things. The change looks great, do you have any idea why it could decrease the coverage so much?