-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[TensorBoard] How to make sprite images for the embedding projector? #670
Comments
Wow, these docs need to be much clearer ... I interpret
to mean that the both individual thumbnails and the entire sprite image must be square. However, that is not clear to me based on the docs. |
Sorry for the confusion. Each thumbnail doesn't have to be square. The whole image has to be square, but it doesn't have to be fully filled-in. That is, if you have 8 thumbnails (ceil(sqrt(8)) == 3), then the bottom right corner (marked as *) will be ignored - you can make it all white pixels. 0 | 1 | 2 Hope this helps! |
Thank you for replying. I'm sorry but I have an additional question. |
Yes, the projector will show it as square.
Yes, you will have to add a whole blank row |
Got it - thank you @dsmilkov! |
It works well, thank you! |
Hi, everyone! Thanks for making this clear. Please add the restriction (that sprite images need to be square) at https://www.tensorflow.org/programmers_guide/embedding#images, so that everyone gets it right from the beginning. Many thanks! |
Hi,
I'm about to use the embedding projector for visualizing my own data but I can't.
It's an issue like tensorflow/tensorboard#44 or same.
In this issue, @dsmilkov simply says:
What "square" means?
Each thumbnails must be squared?
Total size of the sprite image must be square? Or both?
The text was updated successfully, but these errors were encountered: