Formula for dilation and stride for Transpose 1D convolution

Hi,
I was wondering what the formula is for the size of the output when using a dilation of >1 and stride when using a transpose convolution, specifically, ConvTranspose1d.

Thanks,
Sushmita

The docs show the formula in the Shape section.

1 Like