benbenlijie / style_swap_tensorflow

tensorflow code for Fast Patch-based Style Transfer of Arbitrary Style
Apache License 2.0
40 stars 12 forks source link

Question for the style swap #3

Open Shaunlipy opened 6 years ago

Shaunlipy commented 6 years ago

Hi, I'm trying to figure out why use the one hot of the index to deconvolve with style patch. Would that loose the original content information?

Why not use the max value to deconvolve with the corresponding style path?

Thanks