tf_classification
tf_classification copied to clipboard
Inception-v1 produces incorrect top_k values with model-0
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.