fast-neural-style
fast-neural-style copied to clipboard
a question about StyleLoss.lua
The initializing function function StyleLoss:__init(strength, loss_type, agg_type) have an option loss_type, but I found that in the train.lua, you didn't give an input parameter. Does it mean the default option, "L2", appearing in the StyleLoss.lua, is the best choise for training?