Created
May 25, 2020 22:27
-
-
Save eustin/9734ad9d4558e52d6a4af7a07964985c 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
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