标签: python-2.7
我是Python新手。如何将356x356x356图像重塑为3xN? 下面的代码没有用:
a = np.reshape(数据,(1,356 * 356 * 356),'F') b = np.reshape(b,(3,15039338),'F')
由于