• yg320's avatar
    Transpose Convolution Valid/Full Padding (#1323) · 09364de3
    yg320 authored
    * Fixed a bug when calculating output shape of valid/full padded Conv2DTranspose
    
    * Added valid padding test and nchw test to TestConv2DTranspose
    
    * Removed NCHW test from TestConv2DTranspose (Conv2DCustomBackpropInputOp only supports NHWC)
    
    * removed black line
    
    * Added valid padding test back to TestConv2DTranspose
    09364de3
conv2d.py 10.1 KB