Creation of numpy 3 dimensional array Academic Researchers INSAID July 27, 2020 07:33 Updated Follow import numpy as np my_mat = [[[1,2,3],[4,5,6]],[[7,8,9],[10,11,12]]] mat = np.array(my_mat)mat Comments 0 comments Article is closed for comments.
Comments
0 comments
Article is closed for comments.