question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tensorboard Embedding wrong images/labels

See original GitHub issue

It’s me again 😃 I’m running some embedding visualization on the MNIST dataset.

My metadata.tsv

0
0
0
0
0
0
0
0
1
1
1
1
1
1
1
1
2
2
2
2
2
2
2
2
3
3
3
3
3
3
3
3
4
4
4
4
4
4
4
4
5
5
5
5
5
5
5
5
6
6
6
6
6
6
6
6
7
7
7
7
7
7
7
7
8
8
8
8
8
8
8
8
9
9
9
9
9
9
9
9

My sprite.png sprite

How can this possibly happen 😃 ? wrong_label

I’ve checked the tensorboard doc and everything seems disposed as requested…

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
lanpacommented, Aug 15, 2017

Yes, and please have a test on the function before PR.

0reactions
lanpacommented, Aug 15, 2017

Should work now. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tensorboard embedding visualization hanging when passed ...
Solved this - the tensor name in the file was incorrect, should have been: embeddings { tensor_name: "fc8/weights" metadata_path: ...
Read more >
torch.utils.tensorboard — PyTorch 1.13 documentation
Scalars, images, histograms, graphs, and embedding visualizations are all supported for PyTorch models and tensors as well as Caffe2 nets and blobs. The ......
Read more >
tf.keras.utils.image_dataset_from_directory | TensorFlow v2.11.0
Generates a tf.data.Dataset from image files in a directory.
Read more >
使用TensorBoard | Cugtyt - GitHub Pages
tensorboard 现在已经内置于Pytorch中(1.1后),可以方便的可视化,下面内容来自 ... one_channel=False): if one_channel: img = img.mean(dim=0) img = img / 2 + ...
Read more >
A Practical Tutorial With Examples for Images and Text in Keras
In this case, you can use a pre-trained word embedding like GloVe to hasten your ... from tensorflow.keras.applications.resnet50 import ResNet50 from ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found