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

Commit

Permalink
Tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdumoulin committed Mar 23, 2016
1 parent de9f79d commit 882ba33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conv_arithmetic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -853,15 +853,15 @@ \section{Transposed convolution}
some\/} convolution with respect to its input, which is usually how
transposed convolutions are implemented in practice.}

Finally note that it is always possible to obtain the same result of a
transposed convolution with a direct convolution. The disadvantage is that it
usually involves adding many columns and rows of zeros to the input, resulting
in a much less efficient implementation.
Finally note that it is always possible to emulate a transposed convolution with
a direct convolution. The disadvantage is that it usually involves adding many
columns and rows of zeros to the input, resulting in a much less efficient
implementation.

Building on what has been introduced so far, this chapter will proceed somewhat
backwards with respect to the convolution arithmetic chapter, deriving the
properties of each transposed convolution by referring to the direct
convolution with which shares the kernel, and defining the equivalent direct
convolution with which it shares the kernel, and defining the equivalent direct
convolution.

\section{No zero padding, unit strides, transposed}
Expand Down

0 comments on commit 882ba33

Please sign in to comment.