I have trained a regression network with caffe
. I use "EuclideanLoss"
layer in both the train and test phase. I have plotted these and the results look promising.
Now I want to deploy the model and use it. I know that if SoftmaxLoss
is used, the final layer must be Softmax
in the deploy file. What should this be in the case of Euclidean loss
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…