Last active
January 20, 2022 14:10
-
-
Save akuzubasli/710534ba83038518977c105b2ef7de46 to your computer and use it in GitHub Desktop.
tensorflow embedding projector config
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://gist.githubusercontent.com/akuzubasli/9011e4b9540cdc687e945f84800748c4/raw/17abfd34d12481ffb98cc478857ff85f751055c7/vectors10K.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/akuzubasli/2869edaeb402613beca900d5d59a51f8/raw/7971b7772446a33495a555fe349f920f8ef7a194/meta10K.tsv", | |
"bookmarksPath": "https://gist.githubusercontent.com/akuzubasli/8ee4b158f041925016acb58cded1005b/raw/4052677dcafaebe1421de7e731b8135d1ac7689f/ahmet_nft_bookmark.txt" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment