In expand_dims(a, axis), a is a numpy array, axis is the axis to which the dimension needs to be added. a.shape will be displayed as 1 on this axis.
確定! 回上一頁