阅读背景:

numpy.shape给出了不一致的回答 - 为什么?

来源:互联网 

Why does the program

为什么这个程序

import numpy as np

c = np.array([1,2])
print(c.shape)
d = np.array([[1],[2]]).transpose()
print(d.shape)
import numpy a



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: