报错:operands could not be broadcast together with shapes (130,2) (2,2)
operands could not be broadcast together with shapes (130,2) (2,2)
改正方法:
在对矩阵进行相乘时,使用 np.dot(a,b)
operands could not be broadcast together with shapes (130,2) (2,2)
改正方法:
在对矩阵进行相乘时,使用 np.dot(a,b)