--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+un...@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at http://groups.google.com/group/torch7.
For more options, visit https://groups.google.com/groups/opt_out.
Then, create a layer with the size of the convolution filter equal to the size of the input.
are you sure? do the operation on paper and check.
Thanks for the reply.In my understanding, the unshared convolutional layer is: (let's say there are 1 feature map (5x5) as input, 10 filters with size 3x3)For each pixel location on the feature map, there's a 3x3 filter. And the weight of the filter is unshared means different filter would be applied on different pixel location.In conventional convolutional neural network, it would be 1 shared filter for the feature map. And 10 filters would produce 10 output feature maps.And in unshared network, it would provide (5-2) x (5-2) x 10 filters with size 3x3 in total.Correct me if I'm wrong.Thanks,Zizhou
On Wednesday, February 5, 2014 4:22:09 PM UTC, smth chntla wrote:
Okay, I was looking at the special case stride==size.There is no module in torch that currently does what you want.--
S
Okay, I was looking at the special case stride==size.There is no module in torch that currently does what you want.--
S
customised connections between layers: SpatialConvolutionMap
unshared convolutional layer: mo module can do that right now in torch, already mentioned that to you.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+un...@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at https://groups.google.com/group/torch7.
./clean.sh./update.sh./install.sh