Ha0Tang / SelectionGAN

[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
http://disi.unitn.it/~hao.tang/project/SelectionGAN.html
460 stars 63 forks source link

self.padding, self.dilation, self.groups) RuntimeError: Calculated padded input size per channel: (3 x 3). Kernel size: (4 x 4). Kernel size can't be greater than actual input size #5

Closed GANGREEK closed 4 years ago

GANGREEK commented 4 years ago

self.padding, self.dilation, self.groups) RuntimeError: Calculated padded input size per channel: (3 x 3). Kernel size: (4 x 4). Kernel size can't be greater than actual input size

Ha0Tang commented 4 years ago

Are you using PyTorch 0.4.1 ?