My code has a list of classes, and at the end of every epoch its supposed to go through the list and log scalars, tagging them "recall_classname", "precision_classname" and so forth.
What's showing up in tensorboard isn't those names though, its "recall", "recall/1", "recall/2", and so forth, then finally "recall.", etc.
My code has a list of classes, and at the end of every epoch its supposed to go through the list and log scalars, tagging them "recall_classname", "precision_classname" and so forth.
What's showing up in tensorboard isn't those names though, its "recall", "recall/1", "recall/2", and so forth, then finally "recall.", etc.
What am I doing wrong?
The code is:
(BTW - yes, I know those aren't the correct formula for precision and recall.)