-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Error in convolution computation #17
Comments
What is your stride for your example? |
Stride 2 as you can see on the website linked. |
Your result is correct. |
Hi @PiggyGenius , thank you for your bug report. I can confirm that you computed the correct outcome for a stride 2 convolution and that the second animation of the Theano tutorial is indeed incorrect. We shall fix that. (@vdumoulin I don't think I have access anymore. Do you? Drop me a line when you have time.) By Thank you again for the bug report. |
I was referring to the images in the pdf folder of this repository but I apparently made a mistakes. I thought they were the same images as the ones of the theano gif. |
Great, thanks for reporting this. We will look into it as soon as possible. |
Aren't there mistakes in the images 1 to 8 for numerical_padding_strides-*.pdf ? For instance shouldn't the second element of the first row be 5 ?
Here is what is computed:
If I am correct then the mistakes are also on this website: http://deeplearning.net/software/theano/tutorial/conv_arithmetic.html
PS: Sorry for the chaotic display, can't figure it out.
The text was updated successfully, but these errors were encountered: