diff --git a/conv_arithmetic.tex b/conv_arithmetic.tex index 6063953..e45e6a4 100644 --- a/conv_arithmetic.tex +++ b/conv_arithmetic.tex @@ -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}