accuracy_score=classifier.evaluate(x=test_set.data,y=test_set.target,hooks=hooks)["accuracy"] debug_tflearn_iris.py