Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Error in Figure 4.7 (Page 27) Description? #18

@ShikharJ

Description

@ShikharJ

Thanks guys for this amazing report, it helped me a lot in understanding convolutional arithmetic.

I think I found a slight error in the description of the figure 4.7 description on page 27 (line 3). Straight from the report:

The transpose of convolving a $3 \times 3$ kernel over a $6 \times 6$ input padded with a $1 \times 1$ border of zeros using $2 \times 2$ strides (i.e., $i = 6$, $k = 3$, $s = 2$ and $p = 1$). It is equivalent to convolving a $3 \times 3$ kernel over a 2 \times 2 input (with $1$ zero inserted between inputs) padded with a $1 \times 1$ border of zeros (with an additional border of size $1$ added to the bottom and right edges) using unit strides (i.e., $i' = 3$, $\tilde{i}' = 5$, $a = 1$, $k' = k$, $s' = 1$ and $p' = 1$).

Shouldn't this be 3 \times 3 ? The visual is probably correct, this feels erroneous, and can be seen by calculating directly from the formula of the direct convolution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions