📅  最后修改于: 2022-03-11 14:45:24.736000             🧑  作者: Mango
# initialize a matrix of matrices with zeros with the matrix being 2 by 2
# and each element is a matrix of 5 by 5
np.zeros((2,2,5,5))