Bihaqo / t3f

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

Printing TT batch with unknown number of elements #82

Closed Bihaqo closed 6 years ago

Bihaqo commented 6 years ago

Printing fails: TypeError: %d format: a number is required, not NoneType

Should be something like A ? element batch of ...

Bihaqo commented 6 years ago

87