Created
October 20, 2018 22:02
-
-
Save vinhkhuc/5ca429d4c38900d9eb24a8c245593c75 to your computer and use it in GitHub Desktop.
Tensorboard Projector Config for Question embeddings using TF's Universal Sentence Encoder
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": "QC Question Embeddings Using TF Sentence Embedding Encoder Large 3", | |
"tensorShape": [ | |
5451, | |
300 | |
], | |
"tensorPath": "https://gist.githubusercontent.com/vinhkhuc/3806dc8ef988d3c10ecfa6310de1943f/raw/738c1d07563612df2662a0aedc931a89cb64458b/qc-question-embeddings.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/vinhkhuc/1f9fc9ad322c152ebe607e9bb5d7da55/raw/1518504769d8989f017caa171313991ae43f7e75/qc-embed-metadata.tsv" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment