'How can I plot word embeddings in different colors using tensorboard?

I was going through this explanation: How to use tensorboard Embedding Projector?

I'm trying to do just that, assign each class a color. I don't understand what's the content of metadata = os.path.join(LOG_DIR, 'metadata.tsv'). Does someone know? Thhanks!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source