Skip to content

conv2d_transpose with strides #1

@dataplayer12

Description

@dataplayer12

Hi,
Thank you for the well documented code and explanation of conv2d_tranpose on Stack Overflow. Is it always possible to cast conv2d_tranpose as a conv2d op? Is it possible to obtain upsampling like convd_transpose using conv2d? I changed the strides in the provided code to [1,2,2,1] and made other appropriate changes. The output of deconv_conv2d is [1,14,14,1] instead of the expected [1,28,28,1]. Thank you for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions