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

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

Open michaelhuang74 opened 7 years ago

michaelhuang74 commented 7 years ago

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.

DmitryUlyanov commented 7 years ago

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.

michaelhuang74 commented 6 years ago

Hi Dmitry,

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

DmitryUlyanov commented 6 years ago

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

DmitryUlyanov commented 6 years ago

See "diversity" branch.

michaelhuang74 commented 6 years ago

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