Bihaqo / t3f

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

Name scopes and resulting tensors #133

Open Bihaqo opened 6 years ago

Bihaqo commented 6 years ago

In #132 I create name scopes for ops. It may also make sense to name the results of the ops, e.g. a = t3f.matmul(...) => a.name = 't3f_matmul:0'