davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.61k stars 4.8k forks source link

How to display model training accuracy on a graph? #1221

Open AlexeyAL1e opened 2 years ago

AlexeyAL1e commented 2 years ago

I am training the model on my own data, after that i can see the training process on the graphs using tensoboard, but i don't find the graph responsible for displaying the accuracy of the model during training.

Tell me how can I get it? Any answer is very important!