95: conv3d transpose | TensorFlow | Tutorial

Опубликовано: 11 Декабрь 2023
на канале: learndataa
59
2

The video discusses convolution transpose in TensorFlow: tf.nn.conv3d_transpose

00:00 - Start
00:58 - Create input tensor: [batch, depth, height, width, in_channels]
03:19 - Create filter tensor: [depth, height, width, output_channels, in_channels]
08:06 - Intuition: Manually calculate conv3d transpose
28:08 - Code: tf.nn.conv3d_tranpose()
32:06 - Ending notes


# ----------------
# TensorFlow Guide
# ----------------

conv3d_transpose: