After re-training a model (based on SSD-mobilenet) using transfer learning and my own images (train 70 : validate 15 : test 15) how can i access the training metrics produced when testing the model against the test images?
Is there a way to view precision and recall values of values for true positives, false positives, true negatives and false negatives?
Thanks for the help