Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Embeddings in One Experiment #24

Closed
taoari opened this issue Sep 18, 2017 · 1 comment
Closed

Multiple Embeddings in One Experiment #24

taoari opened this issue Sep 18, 2017 · 1 comment

Comments

@taoari
Copy link

taoari commented Sep 18, 2017

For add_scalar, add_histogram, add_image, etc., they accept a tag argument to indicate different tensors. However, add_embedding does not have such an argument. Is it possible to add this argument so as to monitor multiple embeddings in one experiment?

@lanpa
Copy link
Owner

lanpa commented Sep 19, 2017

Yes, possible. The keypoint lies in
https://github.com/lanpa/tensorboard-pytorch/blob/master/tensorboardX/embedding.py#L35

I will do it maybe this weekend.

@lanpa lanpa closed this as completed in 8f8d6c9 Sep 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants