KhrulkovV / tt-pytorch

59 stars 15 forks source link

meaning of shape parameter in to_tt_matrix? #13

Open Ujjawal-K-Panchal opened 2 years ago

Ujjawal-K-Panchal commented 2 years ago

I have been trying to use the tensor decomposition on a personal project from your to_tt_matrix and to_tt_tensor. However, I donot understand what the additional shape parameter in t3nsor.decompositions.to_tt_matrix() stand for.

Your comments in the code suggest it can also contain None values, which to me is quite puzzling. Would appreciate your answer on this.