CompVis / adaptive-style-transfer

source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
https://compvis.github.io/adaptive-style-transfer/
GNU General Public License v3.0
723 stars 139 forks source link

reflection padding #22

Open jayzhan211 opened 5 years ago

jayzhan211 commented 5 years ago

why reflection padding in Encoder is 15x15 not half the kernelsize and add only before c3s1-32 not for every conv layer?