最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

pytorch - Transposed convolution 2D with stride > 1 - Stack Overflow

programmeradmin2浏览0评论

I was reading pytorch docs about Conv2DTranspose on .nn.ConvTranspose2d.html#torch.nn.ConvTranspose2d, and I was curious as to what happens if we increase the stride to be larger than 1. I know how transposed convolution works for stride = 1. Are zeros in the output inserted in every 2nd element when we set stride = 2, or something else happens. Also whats the advantage of upsampling the image this way, rather than using upSampling?

Thanks for help in advance.

I was reading pytorch docs about Conv2DTranspose on https://pytorch./docs/stable/generated/torch.nn.ConvTranspose2d.html#torch.nn.ConvTranspose2d, and I was curious as to what happens if we increase the stride to be larger than 1. I know how transposed convolution works for stride = 1. Are zeros in the output inserted in every 2nd element when we set stride = 2, or something else happens. Also whats the advantage of upsampling the image this way, rather than using upSampling?

Thanks for help in advance.

Share Improve this question asked yesterday zionzion 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Here you can see the differences between upsampling and ConvTranspose2D: Pytorch Forumns discussion.

发布评论

评论列表(0)

  1. 暂无评论