Questions related to ContentLoss design
xuyu666 opened this issue · 0 comments
xuyu666 commented
Hello author, I am very happy to be able to reproduce your code. I am very curious about your thoughts on design loss, I want to ask some questions about Content_Loss, I hope you can reply.Thanks!!
- why did you choose MSE_Loss in your paper?
- why do you use the VGG model to extract features as the input of MSE_Loss?
- why does VGG happen to be extracted to the 14th layer instead of other quantities?