Is there any implementation of deconvolution?

左心房为你撑大大i 提交于 2019-12-13 23:30:27

问题


Some one may prefer to call it the transposed convolution, as introduced here. I'm looking forward to an implementation of the transposed convolution, in Python or C/C++. Thank you all for helping me!


回答1:


Even I am searching for an implementation of transposed convolution. I could only find one in tensorflow module. I am trying to get this working for my problem.

Link to Tensor flow API for transposed convolution

If it helps, you can also use the regular 2d convolution to do transposed convolution as shown in this answer here

Let me know if you could get this thing to work :)



来源:https://stackoverflow.com/questions/43674921/is-there-any-implementation-of-deconvolution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!