You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: