tf.nn.conv3d_transpose
tf.nn.conv3d_transpose
tf.nn.conv3d_transpose
conv3d_transpose( value, filter, output_shape, strides, padding='SAME', data_format='NDHWC', name=None )
Defined in tensorflow/python/ops/nn_ops.py
.
See the guide: Neural Network > Convolution
The transpose of conv3d
.
This operation is sometimes called "deconvolution"