If k is an numpy array of an arbitrary shape, so k.shape = (s1, s2, s3, ... In [4]: import numpy as np In [5]: a = [1,2,3,4] In [6]: np.expand_dims(a, ...
確定! 回上一頁