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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: