关于operands could not be broadcast together with shapes
BUG样式:ValueError:operandscouldnotbebroadcasttogetherwithshapes(353,)(355,) 举个栗子:importnumpynumpy_a=numpy.array([1,2,3,4,5])numpy_b=numpy.array([1,2,3])print(numpy_a+numpy_b)原因:numpy_a与numpy_b的shape不同,