Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 25, 2020 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eustin/9734ad9d4558e52d6a4af7a07964985c to your computer and use it in GitHub Desktop.
Save eustin/9734ad9d4558e52d6a4af7a07964985c to your computer and use it in GitHub Desktop.
embeddings = tf.random.uniform((4, 2), minval=-0.05, maxval=0.05).numpy()
print(embeddings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment