通过gist在线发布TensorFlow嵌入投影仪的可分享链接错误

时间:2016-12-12 00:01:01

标签: json tensorflow pca gist

http://projector.tensorflow.org/允许您发布和共享您自己的可视化,如果您单击“发布”并链接到您自己的.json配置gist w /您自己的数据的路径。但是,当我将其链接到我的gist .json配置文件时,我收到错误,因为指令(https://gist.github.com/jmolayem/2a28b68807602e4c3c8fa9987c1d08a6):

{
  "embeddings": [
    {
      "tensorName": "My tensor",
      "tensorShape": [
        1000,
        50
      ],
      "tensorPath": "https://gist.github.com/jmolayem/2a28b68807602e4c3c8fa9987c1d08a6#file-test55-tsv"
    }
  ]
}

我的预感是tensorShape必须匹配.tsv文件。但如果这是真的,我不明白为什么直接上传.tsv文件在演示中起作用,但在我发布时却不行。

我在格式化gist文件时遗漏了什么?

1 个答案:

答案 0 :(得分:3)

你非常接近!您的tensorPath并未指向原始tsv文件,而是指向显示该文件片段的html页面以及其他文件。

如果您点击raw代码段左上角的test55.tsv按钮,您将获得 https://gist.githubusercontent.com/jmolayem/2a28b68807602e4c3c8fa9987c1d08a6/raw/15252f862a318b8b11e550bdf2bfddb3991f4cab/test55.tsv

您应该将其用作tensorPath