tf_classification icon indicating copy to clipboard operation
tf_classification copied to clipboard

Inception-v1 produces incorrect top_k values with model-0

Open gvanhorn38 opened this issue 8 years ago • 0 comments

When starting the test script, the inception-v1 checkpoint 0 model produces 100% accuracy values for the top_k metrics. This is because the model is outputting a vector of all 0s, since all the values are the same the ties are broken with the correct label being considered in the top k.

gvanhorn38 avatar Mar 11 '17 20:03 gvanhorn38