How to visiualize the value of loss and iou?
Afredxus-java opened this issue · 3 comments
Afredxus-java commented
Is there anyone know the codes of plot the loss value and iou? Thanks for any avaiable advice!!!
Daboudette commented
@Afredxus-java Did you finally find how to do this ?
brook-bee commented
tensorboard
amirafshari commented
After training, loss values will be saved in the 'logs' directory. You can use Tensorboard to visualize them.
Run this code in cmd (venv activated):
tensorboard --logdir=logs