About 3,050 results
Open links in new tab
  1. What is Transposed Convolutional Layer? - GeeksforGeeks

    Jul 23, 2025 · The operation of a transposed convolutional layer is similar to that of a normal convolutional layer, except that it …

  2. Understand Transposed Convolutions | Towards Data Science

    Jul 29, 2020 · When we perform transposed convolution operation, we just simply transpose the zero-padded convolution matrix and …

  3. 14.10. Transposed Convolution — Dive into Deep Learning 1.0.3

    14.10.2. Padding, Strides, and Multiple Channels Different from in the regular convolution where padding is applied to input, it is …

  4. Understand Transposed Convolutions | by Kuan Wei - Medium

    Jul 29, 2020 · When we perform transposed convolution operation, we just simply transpose the zero-padded convolution matrix and …

  5. Transposed Convolution Demystified | Towards Data Science

    Mar 10, 2020 · Transposed Convolution Demystified Transposed Convolutions is a revolutionary concept for applications like image …

  6. Apply a 2D Transposed Convolution Operation in PyTorch

    Jul 23, 2025 · Transposed Convolution: Transposed convolution, also known as fractionally-strided convolution or deconvolution, is …

  7. Transpose Convolution Explained for Up-Sampling Images

    Oct 18, 2024 · Transpose convolution is used in many state of the art CNNs. Neural networks doing image to image translation or …

  8. tf.keras.layers.Conv2DTranspose | TensorFlow v2.16.1

    2D transposed convolution layer. The need for transposed convolutions generally arise from the desire to use a transformation going …

  9. machine-learning-articles/understanding-transposed-convolutions.md …

    Firstly, we describe how forward and backwards passes are normally covered by a convolutional layer and how they are inverted in a …

  10. ConvTranspose2d — PyTorch main documentation

    When stride > 1, ConvTranspose2d inserts zeros between input elements along the spatial dimensions before applying the …