Upon testing per below, it seems to reverse the order of the dimensions of an numpy array. pic = np.ones((3,4,5)) print(pic.shape,"\n", pic) # ...
確定! 回上一頁