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

why the encoder has conv0 #29

Closed YXXX closed 3 years ago

YXXX commented 4 years ago

@naoto0804 hi, i want to train the code,but I'm confused on conv0. in the paper, it says that the encoder use a pretrained encoder. so why it has conv0 in the code?