davidsandberg / facenet

Face recognition using Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to display model training accuracy on a graph?

AlexeyAL1e opened this issue · comments

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!