Created
June 8, 2020 04:15
-
-
Save eustin/b1f8b37756ead3395ddc2d2b37be2805 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
query_1_embedding_index = tokeniser.texts_to_sequences([query_1]) | |
query_1_embeddings = np.array([embeddings[x] for x in query_1_embedding_index]) | |
print(query_1_embeddings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment