[theano-users] Particle Swarm Optimisation using Theano

2017-08-28 Thread bdhariyal94
Hi! Does theano provides PSO implementation in CUDA? Any other library can also be specified. Thanks in advance -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [theano-users] ImageNet ILSVRC2012 training and validation data sets

2017-08-28 Thread Frédéric Bastien
Thanks to forward the confirmation. Frédéric On Mon, Aug 28, 2017 at 2:54 PM ephi5757 via theano-users < theano-users@googlegroups.com> wrote: > FYI, see email below. > > > > - Forwarded Message - > > From: E Park > > To: > > Cc: ImageNet Support

Re: [theano-users] ImageNet ILSVRC2012 training and validation data sets

2017-08-28 Thread ephi5757 via theano-users
FYI, see email below. - Forwarded Message - From: E Park To: Cc: ImageNet Support ; ilsvrc2...@image-net.org Sent: ‎Thursday‎, ‎August‎ ‎24‎, ‎2017‎ ‎03‎:‎48‎:‎08‎ ‎PM Subject: Re:

Re: [theano-users] ImageNet ILSVRC2012 training and validation data sets

2017-08-28 Thread Frédéric Bastien
I didn't used this dataset myself recently. But it would be a very big error that the validation set is a subset of the training set. This should never be the case. Fred On mer. 23 août 2017 18:47 ephi5757 via theano-users < theano-users@googlegroups.com> wrote: > Is the ImageNet ILSVRC2012

Re: [theano-users] Differences between theano.shared and numpy.ndarray.

2017-08-28 Thread Frédéric Bastien
It is not a bug. Currently, by default the shape of a shared variable can changes during the execution. So we can't use the shape to determine the broadcasting pattern. You can pass the parameter broadcastable=() where you put the broadcast pattern. By default it is never broadcastable. Fred On