filmov
tv
95: conv3d transpose | TensorFlow | Tutorial

Показать описание
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
32:06 - Ending notes
# ----------------
# TensorFlow Guide
# ----------------
conv3d_transpose: