Last active
August 28, 2020 09:13
-
-
Save saibalmars/85f0756e39fca787cae363747922509e to your computer and use it in GitHub Desktop.
tensorboard test
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": "lg2vec 40k", | |
"tensorShape": [ | |
40000, | |
200 | |
], | |
"tensorPath": "https://www3.cs.stonybrook.edu/~chni/lg2vec_demo/embedding_top40k.tsv", | |
"metadataPath": "https://www3.cs.stonybrook.edu/~chni/lg2vec_demo/dict_top40k.tsv" | |
} | |
], | |
"modelCheckpointPath": "Demo datasets" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment