caffe what is SetLossWeights?
问题 I am reading caffe's Layer source code but I got following questions: What is Layer::SetLossWeights function doing? I know that inside Layer class, there is a loss_ variable, which documents: The vector that indicates whether each top blob has a non-zero weight in the objective function. Do they have some relationships ? Inside the caffe.proto file, LayerParameter loss_weight is only for loss layers, is that correct? Thanks very much. 回答1: The purpose of loss weight is to combine loss from