Bihaqo / t3f

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

Add name scopes to ops #132

Closed Bihaqo closed 5 years ago

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.07%) to 93.863% when pulling b9368bde1af21efc186e5049834e3489642839e4 on name_scopes into f316859029f5c8ce408d2b044d7c8a2f5e8944dd on develop.

Bihaqo commented 5 years ago

What is the intendent use of tf.name_scope(.., variables=) variables argument? Check that it doesn't slow things down because of unnesesary dependencies.