Plot validation loss in Tensorflow Object Detection API
问题 I'm using Tensorflow Object Detection API for detection and localization of one class object in images. For these purposes I use pre-trained faster_rcnn_resnet50_coco_2018_01_28 model. I want to detect under/overfitting after training of the model. I see training loss, but after evaluating Tensorboard only shows mAP and Precision metrics and no loss. Is this possible to plot a validation loss on Tensorboard too? 回答1: There is validation loss. Assuming you're using the latest API, the curve