Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Last active December 8, 2015 23:41
Show Gist options
  • Select an option

  • Save kevinrobinson/6185dcaa60dfd71aade9 to your computer and use it in GitHub Desktop.

Select an option

Save kevinrobinson/6185dcaa60dfd71aade9 to your computer and use it in GitHub Desktop.
tuple = word2vec.skipgram(filename=opts.train_data,
batch_size=opts.batch_size,
window_size=opts.window_size,
min_count=opts.min_count,
subsample=opts.subsample)
(vocab_word, vocab_freq, words_per_epoch, current_epoch, total_words_processed, examples, labels) = tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment