When you create a Numpy array like this: x_data = np.array( [[1,2],[4,5,6],[1,2,3,4,5,6]]). The internal Numpy dtype is "object":
確定! 回上一頁