filmov
tv
94: conv2d transpose | TensorFlow | Tutorial
Показать описание
00:00 - Start
00:54 - Create input tensor: [batch, height, width, in_channels]
02:30 - Create filter tensor: [height, width, output_channels, in_channels]
03:36 - Intuition: Manually calculate conv2d transpose
12:57 - Ending notes
# ----------------
# TensorFlow Guide
# ----------------
conv2d_transpose: