llSourcell / tensorflow_demo

Tensorflow Demo for my TF in 5 Min Video on Youtube
229 stars 175 forks source link

How to display data related to the match? #16

Open theshinyknight opened 6 years ago

theshinyknight commented 6 years ago

I can run the example and I can load the tensorflow dashboard, but I can only see the graph and the distribution for the biases and weights.

Is there a way to actually see the output of the matching, so once the tuning is done I can see how accurate the match was? Or maybe show during the iterations, the actual output? Thanks