tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.72k stars 1.66k forks source link

Missing image label in embedding projector #385

Open lanpa opened 7 years ago

lanpa commented 7 years ago

minimalsample.zip The attachment is generate by tensorflow. Both tensorboard in TF 1.2.1 and self-build tensorboard have this problem.

image image Best viewed in night mode. Other corrupted image has label 35, 21, 14. (Please use the search function to locate it.)

chihuahua commented 7 years ago

Could you please clarify what the problem is? Which labels are missing? Thank you!

lanpa commented 7 years ago

mnistdigits I think my title is misleading. Number 42 is not rendered correctly. The sprite image's label is given from 0 to 48 (row major). So it should be the '5' at bottom left, instead of a blank image.

thanks