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

Where is the code for implementing the term "lamda" in Equation (10) of the paper "Improved Texture Networks"?

michaelhuang74 opened this issue · comments

I tried to find the code to reflect the term "lamda" in Equation (10), which is on Page 4 of the paper "Improved Texture Networks: Maximizing Quality and Diversity in Feed-forward Stylization and Texture Synthesis". But I couldn't find it.

Anyone can tell me in which .lua file Equation (10) is implemented? Thanks.

Hi, in this repo only instance normalization is implemented out of all contributions of the paper. I will try to clean up the code for diversity part and make it public in some time.

Hi Dmitry,

When are you able to post the code of diversity part? Thanks.

Oh, sorry, I've been very busy lately, the code should be prepared for public, but I will create a branch for it.

See "diversity" branch.

Dmitry, thank you very much for sharing the code of the diversity part!!!