There is AtrousConv2dLayer in Tensorlayer,but the transpose of AtrousConv2dLayer or De-AtrousConv2dLayer?
AtrousConv2dLayer uses tf.nn.atrous_conv2d in source code, why not reimplement a layer like De-AtrousConv2dLayer that uses tf.nn.atrous_conv2d_transpose?