Skip to content

Instantly share code, notes, and snippets.

@Lubdhak
Created September 13, 2018 17:33
Show Gist options
  • Save Lubdhak/418a202814a8798b3a8c377a986507f9 to your computer and use it in GitHub Desktop.
Save Lubdhak/418a202814a8798b3a8c377a986507f9 to your computer and use it in GitHub Desktop.
Tensorboard Viz
{
"embeddings": [
{
"tensorName": "My tensor",
"tensorShape": [
1000,
50
],
"tensorPath": "https://raw.githubusercontent.com/.../tensors.tsv",
"metadataPath": "https://raw.githubusercontent.com/.../optional.metadata.tsv",
"bookmarksPath": "https://raw.githubusercontent.com/.../bookmarks.txt"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment