For example, let's try the following: x = np.array([[1,2],[3,4]]) y = np.tile(x,(2,3)) This will take the array x and repeat it twice along axis 0, ...
確定! 回上一頁