我正在尝试在Windows10下运行机器学习书籍中的一个示例,它需要Theano库。set THEANO_FLAGS=blas.ldflags=WARNING (theano.tensor.blas): Using NumPyC-API based implementation for BLAS functions.
我想给张量加上一个矩阵。numpy.zeros((4,4,4))+numpy.sum(numpy.ones((4,4,4)),axis=2)ValueError: operands could not be broadcasttogether with shapes (3,4,5) (3,4)
如何让第二个示例