标签: python
我对3D数组的切片感到困惑:
x = np.array([np.arange(0, 10), None, None])
X = x[:, None, None]
我如何想象这个?换句话说,我怎么能理解这里发生了什么?