易学智能's Archiver
易学智能论坛
›
Python开发
› numpy的升维和降维
shaoheshaohe
发表于 2020-7-18 15:41:08
numpy的升维和降维
numpy的升维a = np.array()
b = np.expand_dims(a, axis=1)
numpy的降维a = np.array([,])
b = np.squeeze(a)
页:
[1]
查看完整版本:
numpy的升维和降维