【问题标题】:Is there any way to implement the mathematical deconvolution(which exactly reverse the convolution) using tensorflow? Please let me know if there is有没有办法使用张量流来实现数学反卷积(完全反转卷积)?请让我知道是否有 【发布时间】:2019-09-24 06:30:22 【问题描述】: 我正在尝试制作一个需要反转卷积过程的软件。我没有发现任何有用的东西。 【问题讨论】: 标签: tensorflow deconvolution 【解决方案1】: 是的,它在 Tensorflow 和 PyTorch 中称为转置卷积。这是 TF1.14 的link。 Here 适用于 TF2.0。 【讨论】: 它不会给我们卷积之前的原始层。转置卷积不会完全保留卷积操作。