I'm working with a Tensorflow object detection model with a config file similar to this tensorflow/research/object_detection/samples/configs/ file. However, when I plot the results in Tensorboard, I only see one graph for the loss/precision etc. I want to display both the training and validation loss in order to better evaluate the result, but I am relatively new to working with Tensorflow and thus need some guidance as to where/how this has to be written.
I've looked into tensorboard/tensorboard/plugins/custom_scalar/custom_scalar_demo.py as well as this stackoverflow post, however I am still a bit confused as to where this functionality should be written.