Last active
May 6, 2019 14:09
-
-
Save philipphager/1d02781decf1b82bfb0548664585273d to your computer and use it in GitHub Desktop.
Settings file for projector.tensorflow.org for Prime Video Dataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"embeddings": [ | |
{ | |
"tensorName": "My tensor", | |
"tensorShape": [ | |
1000, | |
50 | |
], | |
"tensorPath": "https://gist.githubusercontent.com/philipphager/47cb4a11d3a1d90798be42231d6b3bca/raw/df4d31a01210f79128ed0faf9d70287fe17319e8/prime-tensor.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/philipphager/0eb7107308edd04b109b59befa2c299b/raw/85346f36c23ac4e238ca1700ee845f9117dd2926/prime-meta.tsv" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment