python报错:’list’ object has no attribute ‘shape’

numpy.array可使用 shape。list不能使用shape。n可以使用np.array(list A)进行转换。n(array转list:array B B.tolist()即可)nn