wang2vec icon indicating copy to clipboard operation
wang2vec copied to clipboard

Training on large file

Open sa-j opened this issue 6 years ago • 0 comments

Hi there,

Is it possible to use wang2vec for training on a very large file (>70GB)? In gensim, this is made possible by the iterator LineSentences, which

for larger corpora, considers an iterable that streams the sentences directly from disk/network,

instead of loading everything into the RAM. Is there any similar option available for wang2vec?

Thanks!

@wlin12 @ftyers @sauravm8

sa-j avatar Jun 19 '18 12:06 sa-j