Bihaqo / t3f

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

Better messages returned in _are_tt_cores_valid #196

Open faysou opened 4 years ago

faysou commented 4 years ago

_are_tt_cores_valid in "tensor_train.py" could return more information when cores are not valid, for now it returns only False but there are several reasons why it can be False.

In the code some messages explaining the reasons are in comment but they are not returned.