Hi there,
i am using the Tensorflow Lite Model Maker library to train an efficient model for object detection. It works well, but I don’t know how to get graphs of the training process.
It prints just the loss values per epoch on the console.
Is it possible to get a chart with for example accuracy, recall, precision, f1,…(for every epoch) while or after training?
Thank you so much. Such a chart would be great for my master’s thesis.
Greetings,
Daniel Hauser