Tensorflow Object Detection API - show validation loss in tensorboard

Hi all. I’ve been trying to display validation loss in tensorboard while training objection detection models using TFOD 2. I’m using model_main_tf2.py to carry out the training job (following this article - Training Custom Object Detector — TensorFlow 2 Object Detection API tutorial documentation). currently, tensorboard only shows trainig losses. Can anybody help me out?