DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the real difference between this model and Johnson's model?

dypromise opened this issue · comments

Dear all,
Does anybody know the real difference of the model(net) written in the code between this repository and Johnson's fast-neural-style? I mean, in this repo, the default model parameter is 'johnson', If I use the 'johnson' mode, and since the Johnson's newest version has implement 'InstanceNormalization' yet, What is the real difference? and the output is different too. Anybody knows? I'll appreciate any reply.
this repo's output:
image
Johnson's papers output:
image