摘要: import numpy as np q_f = open('weight','rb') weight = np.fromfile(q_f, dtype=np.int16) weight = np.reshape(weight,(512,512)).T weight = weight.flatten 阅读全文
posted @ 2021-07-05 15:18 cydcyd 阅读(681) 评论(0) 推荐(0) 编辑