DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Apache License 2.0
1.22k stars 218 forks source link

The main repo is targeting Texture but not Style transfer? #56

Closed 0000sir closed 7 years ago

0000sir commented 7 years ago

I tried many times, but every thing is not like what supposed to be. Until I noticed the output message "Setting up texture layer " With neural style, the output is "Setting up style layer" Check the codes, it's texture in it, but the param -mode is style It seems that whatever you set -mode, it works with texture! That's a huge mistake

DmitryUlyanov commented 7 years ago

Texture is a synonym for style. More, style transfer becomes texture synthesis when content weight is zero.