weixin_39635084
2021-01-12 11:54How does projector plugin work
If you upload meta.tsv and vec.tsv , You can visualize the embedding at online https://projector.tensorflow.org/
But if I use tensorboard with
projector_config.pbtxt as the following
embeddings {
tensor_name: "embedding_name"
metadata_path: "./assets/meta.tsv"
tensor_path: "./assets/vecs.tsv"
}
it throws an error as No checkpoint has been saved yet. Please refresh the page periodically
Is it neccessary to have .ckpt file since we are able to visualize it using the normal two tensor files which are the meta.tsv data file and vec.tsv file which I uploaded at https://projector.tensorflow.org/ using load button step 1 and step 2
So I wanted to know why doesn't it work in tensorboard --logdir .
/ localhost
cc
Note : I am gsoc student for mlpack and I would be building custom backend for mlpack to log metrics and sclaers and other information so that tensorbaord could be used as a frontend , We would be supporting all the protobuf formats ,While working I stumble upon the projector plugin and couldn't move ahead. Any help would be appreciated, I did query first on gitter and then was redirected to raise a issue to know in depth about the internals
Thanks
该提问来源于开源项目:tensorflow/tensorboard
- 点赞
- 回答
- 收藏
- 复制链接分享
10条回答
为你推荐
- Kafka - 如何收看新消息
- php
- 1个回答
- 使用DOMXPath在PHP中调用XML数据
- xpath
- xml
- php
- 1个回答
- 使用其值和嵌套数组元素值总计数组元素
- arrays
- php
- 1个回答
- PHP - 不正确的整数值
- pdo
- php
- 3个回答
- PHP while语句生成表单但bootstrap列不适用于第一项?
- html
- php
- 2个回答