filmov
tv
93: conv1d transpose | TensorFlow | Tutorial

Показать описание
00:00 - Start
00:50 - Create input tensor: [batch, in_width, in_channels]
01:42 - Create filter tensor: [filter_width, output_channels, in_channels]
02:47 - Intuition: Manually calculate conv1d transpose
06:54 - Ending notes
# ----------------
# TensorFlow Guide
# ----------------
conv1d_transpose: