Skip to content

Instantly share code, notes, and snippets.

@BernardOng
Created August 22, 2016 00:43
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 BernardOng/eaea8591eb35a2aed0649e28ecbfd533 to your computer and use it in GitHub Desktop.
Save BernardOng/eaea8591eb35a2aed0649e28ecbfd533 to your computer and use it in GitHub Desktop.
# Inference Test - hardcoded for now
inferred = model.infer_vector(["test1","test2"], steps=15)
similar_vec = model.similar_by_vector(inferred, topn=200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment