Last active
October 25, 2017 22:27
-
-
Save ryancallihan/30130e425cbd4b394e201702f9a8d189 to your computer and use it in GitHub Desktop.
This file contains hidden or 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://github.com/ryancallihan/twitter_election_w2v/blob/master/w2v_vectors.tsv", | |
"metadataPath": "https://github.com/ryancallihan/twitter_election_w2v/blob/master/w2v_words.tsv", | |
"sprite": { | |
"imagePath": "https://abovethelaw.com/wp-content/uploads/2016/04/cartoon-trump.jpg", | |
"singleImageDim": [ | |
32, | |
32 | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment