Created
June 8, 2020 04:14
-
-
Save eustin/6004b175c91ddebabd74f53c35e7346f 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
EMBEDDING_DIMS = 2 | |
embeddings = np.random.randn(vocab_size, EMBEDDING_DIMS).astype(np.float32) | |
print(embeddings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment