Hi,

Someone told me that on this page, there was a new parameter to
numpy.sum: keepdims=False

http://docs.scipy.org/doc/numpy/reference/generated/numpy.sum.html

Currently the doc don't build correctly this page. Can someone fix this?

He gived the link to the google cache that showed it, but the google
cache was just replaced by a newer version.

I would like to add this parameter to Theano. So my question is, will
the interface change or is it stable?

The new parameter will make the output have the same number of
dimensions as the inputs. The shape will be one on the summed
dimensions gived by the axis parameter.

thanks

Frédéric
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to