WangRui
Results
2
comments of
WangRui
You can make a .mtx file with scipy.io.mmwrite and scipy.sparse.csr_matrix could transform a numpy.ndarray to a csr_matrix。 用scipy.sparse_csr将ndarray的数组转化为csr矩阵,然后用scipy.io.mmwrite写到文件
@Coldog2333 帮忙看下这个issue哈~