On Tue, Apr 23, 2013 at 4:06 PM, Sebastian Berg
wrote:
> On Tue, 2013-04-23 at 17:08 -0400, Frédéric Bastien wrote:
> > Hi,
> >
> > this is currently used in Theano! In fact, it is a John S. that
> > implemented it in NumPy to allow fast gradient of the advanced
> > indexing in Theano. It allow co
On Tue, 2013-04-23 at 17:08 -0400, Frédéric Bastien wrote:
> Hi,
>
> this is currently used in Theano! In fact, it is a John S. that
> implemented it in NumPy to allow fast gradient of the advanced
> indexing in Theano. It allow code like:
>
>
> matrix1[vector1, vector2] += matrix2
>
Yes, I had
Hi,
this is currently used in Theano! In fact, it is a John S. that implemented
it in NumPy to allow fast gradient of the advanced indexing in Theano. It
allow code like:
matrix1[vector1, vector2] += matrix2
where there is duplicate indices in the vector
In looking at the code, I saw it use at
On Mon, Apr 15, 2013 at 5:29 PM, Sebastian Berg
wrote:
> Hey,
>
> the MapIter API has only been made public in master right? So it is no
> problem at all to change at least the mapiter struct, right?
>
> I got annoyed at all those special cases that make things difficult to
> get an idea where to
On Mon, 2013-04-15 at 13:36 -0600, Charles R Harris wrote:
>
>
> On Mon, Apr 15, 2013 at 1:27 PM, Sebastian Berg
> wrote:
> On Mon, 2013-04-15 at 11:16 -0600, Charles R Harris wrote:
> >
> >
> > On Mon, Apr 15, 2013 at 10:29 AM, Sebastian Berg
> > wrote:
On Mon, Apr 15, 2013 at 1:27 PM, Sebastian Berg
wrote:
> On Mon, 2013-04-15 at 11:16 -0600, Charles R Harris wrote:
> >
> >
> > On Mon, Apr 15, 2013 at 10:29 AM, Sebastian Berg
> > wrote:
> > Hey,
> >
> > the MapIter API has only been made public in master right? So
> > it
On Mon, 2013-04-15 at 11:16 -0600, Charles R Harris wrote:
>
>
> On Mon, Apr 15, 2013 at 10:29 AM, Sebastian Berg
> wrote:
> Hey,
>
> the MapIter API has only been made public in master right? So
> it is no
> problem at all to change at least the mapiter
On Mon, Apr 15, 2013 at 10:29 AM, Sebastian Berg wrote:
> Hey,
>
> the MapIter API has only been made public in master right? So it is no
> problem at all to change at least the mapiter struct, right?
>
> I got annoyed at all those special cases that make things difficult to
> get an idea where t
Hey,
the MapIter API has only been made public in master right? So it is no
problem at all to change at least the mapiter struct, right?
I got annoyed at all those special cases that make things difficult to
get an idea where to put i.e. to fix the boolean array-like stuff. So
actually started re