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

training parameter #89

Open suke27 opened 6 years ago

suke27 commented 6 years ago

I found default transfer parameter is cmd:option('-content_weight', 1) cmd:option('-style_weight', 1) cmd:option('-tv_weight', 0, 'Total variation weight.')

seems not same with common option(Gatys set 1000:1), is it your pretrained option? and do you try transfer result with and without tv loss?