AntonMu / TrainYourOwnYOLO

Train a state-of-the-art yolov3 object detector from scratch!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print accuracy and val_accuracy

swaticolab opened this issue · comments

Hello,
I am also trying to print accuracy and val_accuracy, apart from loss and val_loss when I train my Yolo model.
Could anyone help me with how can we do it.

Note: I added it in model.compile as a metric, but it did not work.