Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 04:29
Show Gist options
  • Select an option

  • Save eustin/91edd3465d2187df1b3a7d79fc98c682 to your computer and use it in GitHub Desktop.

Select an option

Save eustin/91edd3465d2187df1b3a7d79fc98c682 to your computer and use it in GitHub Desktop.
expanded_batch = np.concatenate([expanded_queries, docs_averaged_embeddings], axis=-1)
print(expanded_batch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment