Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 04:14
Show Gist options
  • Save eustin/6004b175c91ddebabd74f53c35e7346f to your computer and use it in GitHub Desktop.
Save eustin/6004b175c91ddebabd74f53c35e7346f to your computer and use it in GitHub Desktop.
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