TensorBoard Embedding Example?
I'm looking for a tensorboard embedding example, with iris data for example like the embedding projector http://projector.tensorflow.org/ But unfortunately i couldn't find one. Just a little bit information about how to do it in https://www.tensorflow.org/how_tos/embedding_viz/ Does someone knows a basic tutorial for this functionality? Basics: 1) Setup a 2D tensor variable(s) that holds your embedding(s). embedding_var = tf.Variable(....) 2) Periodically save your embeddings in a LOG_DIR. 3) Associate metadata with your embedding. It sounds like you want to get the Visualization section with