2020年5月19日

pytorch中的上采样(上采样,转置卷积,上池化,PixelShuffle)

摘要: Upsample(上采样,插值) Upsample torch.nn.Upsample(size=None, scale_factor=None, mode='nearest', align_corners=None) Upsamples a given multi-channel 1D (temp 阅读全文

posted @ 2020-05-19 20:10 那抹阳光1994 阅读(14530) 评论(0) 推荐(1) 编辑

卷积算法动画演示

摘要: https://github.com/vdumoulin/conv_arithmetic [1] Vincent Dumoulin, Francesco Visin - A guide to convolution arithmetic for deep learning (BibTeX) Conv 阅读全文

posted @ 2020-05-19 19:41 那抹阳光1994 阅读(1426) 评论(0) 推荐(0) 编辑

导航