1、矩阵s转字符串s_str:s_str=s.tostring() 2、字符串s_str转矩阵s: import numpy as np s = np.fromstring(s_str,dtype=float).reshape(矩阵s维度,矩阵s维度)
python 矩阵转字符串,再转回矩阵
点赞
收藏
python 矩阵转字符串,再转回矩阵
1、矩阵s转字符串s_str:s_str=s.tostring() 2、字符串s_str转矩阵s: import numpy as np s = np.fromstring(s_str,dtype=float).reshape(矩阵s维度,矩阵s维度)