What does Caffe Train/Test net output mean?
问题 When training in Caffe, there are Train and Test net outputs for each iteration. I know this is the loss. However, is this the average loss over my batch or the total loss? And is this the same for both Classification and Regression? For example, if I were to have a batch of 100 training examples and my loss over that iteration is 100, does that mean that the average loss per example is 1? 回答1: Train loss is the averaged loss over the last training batch. That means that if you have 100