标签: python arrays numpy tensor numpy-ndarray
我想利用numpy的速度和内存管理。我有一个有效的方程式,我只想在numpy中做同样的事情。
out = [[np.zeros((28,28))for范围(10)的col]对于范围(10)的行]