carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 37 forks source link

output of convolution has wrong dimensionality #420

Closed psteinb closed 9 months ago

psteinb commented 9 months ago

In the image of the convolution kernel sliding across a synthetic image, the output has dimensionality (3,4) whereas it should be (3,3).

I am not sure if the original svg or tex or ... file is still available.

svenvanderburg commented 9 months ago

Duplicate of #392