I used tensorflow script word2vec_basic.py and I saved the model with tf.summary : saver = tf.train.Saver() save_path = saver.save(sess, "./w2v/model.ckpt")
I visualize the embedding with tensorboard succesfully but I get indexes of words in the vector
How can I get the words in the embedding instead of indexes in the vocabulary