Search code examples
pythontensorflowtensorboard

What is label_keys parameter good for in a Classifier - Tensorflow?


What is label_keys parameter good for in a Classifier. Can you visualize the labeled data on Tensorboard at the Embeddings section?


Solution

  • Not in tensorboard, but the predict method can return the class names instead of numbers if you provide label_keys.