HighwayWu / ImageInpainting

36 stars 8 forks source link

Questions about the first stage LBP loss function #16

Open Ghost0405 opened 1 month ago

Ghost0405 commented 1 month ago

In the paper, your description is "In the loss functions, the parameters trading off different terms are set to be λm = 0.01, λr = 10, λa = 0.2, λp = 1 and λs = 10. Note that all the parameters are fixed when performing the subsequent experiments.", but in the code, many weights are different. I would like to ask the author, is it according to the description in the paper that all stages are set the same, or is it according to the code that the weights of the two generators are different?Just like reconstruction loss, the weight in the paper is 10, but opt.lamda_A in the code defaults to 100.