parameters = load_mat(os.path.join('python_compatibility', 'parameters.mat'))['parameters'] U = scipy.io.loadmat(os.path.join('python_compatibility', 'U.mat'))['U'] Y ...
I have realized about an issue with sparse matrixes and loadmat function. I have a set of sparse matrixes for storing very sparse values. Sometimes they are so sparse that some of the matrixes are ...