What is regularization loss in tensorflow?
问题 When training an Object Detection DNN with Tensorflows Object Detection API it's Visualization Plattform Tensorboard plots a scalar named regularization_loss_1 What is this? I know what regularization is (to make the Network good at generalizing through various methods like dropout) But it is not clear to me what this displayed loss could be. Thanks! 回答1: TL;DR : it's just the additional loss generated by the regularization function. Add that to the network's loss and optimize over the sum of