naoto0804 / pytorch-AdaIN

Unofficial pytorch implementation of 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization' [Huang+, ICCV2017]
MIT License
1.08k stars 208 forks source link

About output shape #28

Closed LiewFeng closed 4 years ago

LiewFeng commented 4 years ago

Thank you a lot for your code! It seems that the output shape will be a multiple of 4? I want to get same shape of input. Is it practicable?

LiewFeng commented 4 years ago

Fixed.