This repository was archived by the owner on Jun 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -853,15 +853,15 @@ \section{Transposed convolution}
853853 some\/ } convolution with respect to its input, which is usually how
854854 transposed convolutions are implemented in practice.}
855855
856- Finally note that it is always possible to obtain the same result of a
857- transposed convolution with a direct convolution. The disadvantage is that it
858- usually involves adding many columns and rows of zeros to the input, resulting
859- in a much less efficient implementation.
856+ Finally note that it is always possible to emulate a transposed convolution with
857+ a direct convolution. The disadvantage is that it usually involves adding many
858+ columns and rows of zeros to the input, resulting in a much less efficient
859+ implementation.
860860
861861Building on what has been introduced so far, this chapter will proceed somewhat
862862backwards with respect to the convolution arithmetic chapter, deriving the
863863properties of each transposed convolution by referring to the direct
864- convolution with which shares the kernel, and defining the equivalent direct
864+ convolution with which it shares the kernel, and defining the equivalent direct
865865convolution.
866866
867867\section {No zero padding, unit strides, transposed }
You can’t perform that action at this time.
0 commit comments