Skip to content

Instantly share code, notes, and snippets.

@kavinvin
Created November 30, 2019 13:02
Show Gist options
  • Save kavinvin/070c6b1ca09808183fd9a6603687c901 to your computer and use it in GitHub Desktop.
Save kavinvin/070c6b1ca09808183fd9a6603687c901 to your computer and use it in GitHub Desktop.
{
"embeddings": [
{
"tensorName": "My tensor",
"tensorShape": [
1000,
50
],
"tensorPath": "https://raw.githubusercontent.com/.../tensors.tsv",
"metadataPath": "https://raw.githubusercontent.com/.../optional.metadata.tsv",
"sprite": {
"imagePath": "https://github.com/.../optional.sprite.png",
"singleImageDim": [
32,
32
]
},
"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