StacyYang / MXNet-Gluon-Style-Transfer

Neural Style and MSG-Net
http://computervisionrutgers.github.io/MSG-Net/
MIT License
148 stars 32 forks source link

Question about upsampled convolution #4

Closed Edmospheric-pressure closed 6 years ago

Edmospheric-pressure commented 6 years ago

Hi Hang, In the paper, you have proposed an upsampled convolution to replace traditional deconvolution. However, in the code, it seems that upsampling + convolution is used instead of your proposed upsampled conv. May I ask how to implement your version of upsampled convolution?

Best, Ed

zhanghang1989 commented 6 years ago

This code is out-of-date. Please see the implementation here http://hangzh.com/PyTorch-Encoding/nn.html?highlight=upsampleconv2d#encoding.nn.UpsampleConv2d