How to visualize loss per epoch while training Faster RCNN Resnet 50 model?

Hi

I am struggling how to figure out visualizing loss per epoch while training pretrained Faster RCNN model.

I am training on a custom dataset. I have managed to train a Faster RCNN model.

I followed this
torchvision tutorial to successfully train a model.

What is an convenient way to visualize loss per epoch?

Thank you

Use tensorboard